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
Volodymyr Shymanskyy 23e9880bc6
Update docs
3 years ago
..
app Switch Android example to run CoreMark instead of fib(40) 3 years ago
gradle/wrapper Update Android build 4 years ago
.gitignore Add Raw Function type introspection via M3ImportContext. 3 years ago
README.md Update docs 3 years ago
build.gradle Update Android build 4 years ago
gradle.properties Update Android build 4 years ago
gradlew Update Android build 4 years ago
gradlew.bat Update Android build 4 years ago
override.txt Cleanup 5 years ago
settings.gradle Add Android platform 5 years ago

README.md

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