We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Clone the Repository: Emp3-Android and follow building instructions
Run the ./gradlew clean assembleDebug command to generate the worldwind engine apk in Emp3-Android
./gradlew clean assembleDebug
Locate the generated engine apk which is under emp3-android/map-engine/worldwind/apk/build/outputs/apk/debug
Install the apk by running adb install <engine apk name> (note make sure only one device or emulator is connected/running)
adb install <engine apk name>