pip install absl-pypip install urlfetchsudo apt-get install crossbuild-essential-arm64
pip install absl-py
pip install urlfetch
sudo apt-get install crossbuild-essential-arm64
mkdir emucd emurepo init -u https://android.googlesource.com/platform/manifest -b emu-master-dev --depth=1repo sync -qcj 12cd external/qemupython android/build/python/cmake.py --noqtwebengine --noshowprefixforinfo --target linux_aarch64
mkdir emu
cd emu
repo init -u https://android.googlesource.com/platform/manifest -b emu-master-dev --depth=1
repo sync -qcj 12
cd external/qemu
python android/build/python/cmake.py --noqtwebengine --noshowprefixforinfo --target linux_aarch64
Android Studio templates in the Create New Project dialog now use Material Design Components and updated themes and styles guidance by default.
To learn more, see the release notes.
In this release, the locations for user configuration directories have been changed, consistent with recent updates to IntelliJ IDEA, the IDE on which Android Studio is based.
For more information, please see the release notes.
In Canary 9, you may see the following error when first launching Android Studio after upgrading:
missing essential plugin org.jetbrains.android
This can happen when you import your settings from a previous version of Android Studio. Typically, this means you have a locally installed Kotlin plugin that is not compatible with the new IDE.
For a workaround, please see the release notes.