Skip to content

Android Studio

Bobby Galli edited this page Feb 15, 2021 · 2 revisions

Android Studio

MacOS Big Sur

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.

Notes

  • 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 clicked native-lib.cpp and selected Link C++ Project with Gradle
Clone this wiki locally