-
-
Notifications
You must be signed in to change notification settings - Fork 1
Android Studio
Bobby Galli edited this page Feb 15, 2021
·
2 revisions
If using MacOS 11 you will need to disable Android Studio from opening new windows as tabs in order to use the IDE. Run the following command to tell MacOS not to open Android Studio windows as tabs (ref):
sudo defaults write com.google.android.studio AppleWindowTabbingMode manual
Additionally you'll want to make sure you don't make the window full-screen otherwise it will continue to perform poorly.
- If you remove the ndkVersion and CMake version fields from build.gradle it will prompt you to install the missing NDK
-
native-lib.so
wasn't being built after cloning the repo, to fix this we right clickednative-lib.cpp
and selected Link C++ Project with Gradle