x/mobile: Gomobile is not compatible with modern Android SDKs and NDKs #52470
Labels
mobile
Android, iOS, and x/mobile
NeedsInvestigation
Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
Milestone
Gomobile makes a number of assumptions about the Android SDK and NDK that are no longer correct:
$ANDROID_HOME/ndk-bundle
is the default NDK location (it is now$ANDROID_HOME/ndk/<version>
)These assumptions seem to make Gomobile incompatible with NDK 24, and somewhat inconvenient to use with other modern SDK and NDK versions.
The text was updated successfully, but these errors were encountered: