orca/src/ext/wasm3/platforms/android
Ben Visness 29cb9f50e4 Add commands to deal with Orca source code:
- Add a vendor commands
- Add a command that helps you set up a C compiler
- Move ext into the src folder
- Update Mac build scripts for consistency
- Update Windows batch scripts
2023-09-16 17:54:56 +02:00
..
app Add commands to deal with Orca source code: 2023-09-16 17:54:56 +02:00
gradle/wrapper Add commands to deal with Orca source code: 2023-09-16 17:54:56 +02:00
.gitignore Add commands to deal with Orca source code: 2023-09-16 17:54:56 +02:00
README.md Add commands to deal with Orca source code: 2023-09-16 17:54:56 +02:00
build.gradle Add commands to deal with Orca source code: 2023-09-16 17:54:56 +02:00
gradle.properties Add commands to deal with Orca source code: 2023-09-16 17:54:56 +02:00
gradlew Add commands to deal with Orca source code: 2023-09-16 17:54:56 +02:00
gradlew.bat Add commands to deal with Orca source code: 2023-09-16 17:54:56 +02:00
override.txt Add commands to deal with Orca source code: 2023-09-16 17:54:56 +02:00
settings.gradle Add commands to deal with Orca source code: 2023-09-16 17:54:56 +02:00

README.md

Build for Android

Install OpenJDK 15, Android Command Line Tools, then:

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

Install NDK:

sdkmanager --install ndk-bundle platform-tools

Build:

./gradlew build

Install on device:

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