Skip to content

Instantly share code, notes, and snippets.

View lyzhang1999's full-sized avatar

wangwei lyzhang1999

  • Helium3 Tech
  • 广东深圳
View GitHub Profile

AArch64 Android emulation and kernel cross-compilation

The following assumes you are using a AArch64 host.

Android SDK installation

Setup SDK and emulator :

# https://developer.android.com/studio/index.html#command-line-tools-only
sudo apt-get install unzip openjdk-17-jdk gradle -y