the dreaded NDK version is UNKNOWN
See original GitHub issueHi,
Apologies if this is too generic and/or ignorant, but both my clones in the latest OSX and Windows Android Studio would fail at syncing with the
NDK Resolution Outcome: Project settings: Gradle model version=5.6.2, NDK version is UNKNOWN
This failure persisted after setting the NDK path under Project Structure, in Windows there is a “Download” button to get the NDK, in MacOS I pointed to a manually unpacked NDK.
The “sync” and eventually the build completed successfully after closing the projects on both platforms and clicking Import Project, which revealed that the UKNOWN message is still in the log, but somehow not the showstopper that it was before the import, no clue what is happening there. I am also confused why Android Studio does not automagically fetch and configure an NDK when required in a project, is it possible that KaMPKit is using an antipattern here, or hitting a Google bug (I saw there is an open issue in Google’s Issue Tracker)?
Thanks!
Issue Analytics
- State:
- Created 4 years ago
- Reactions:1
- Comments:6 (1 by maintainers)
Top GitHub Comments
In the android studio, while you import the project, try to use “Import project” option instead of “Open an existing project”.
Glad you got it working. We also ended up removing the idea folder from the sample forcing it to create a new one. A little heavy handed but hopefully people shouldn’t see this in the future