Android Studio does not show tools > Android menu
I faced an issue that Android Studio didn't show Android menu under Tools menu.
The issue happened when I made a project that support C++(JNI).
After making the project error occurred because NDK and Cmake was not installed.
I could install NDK easily through NDK install button. However I couldn't install Cmake because Android menu under Tools are missing.
I opened a project that doesn't support JNI and I could find Android menu under Tools. I could install Cmake through Tools > Android > Android SDK.
After installing Cmake and re-syncing gradle, the missing Android menu under Tools in the C++ supporting project showed!
I hope this will help you.
No comments: