You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
wasm3/platforms/android/README.md

469 B

Build for Android

Install Android SDK Tools, then:

export ANDROID_HOME=/opt/android-sdk/
export PATH=$ANDROID_HOME/tools/bin:$ANDROID_HOME/platform-tools:$PATH

Install NDK:

sdkmanager --install ndk-bundle

Build:

./gradlew build

Install on device:

adb install -r ./app/build/outputs/apk/debug/app-debug.apk