Skip to content

Installing Worldwind apk onto emulator or device

Jenifer Cochran edited this page Nov 8, 2017 · 1 revision
  1. Clone the Repository: Emp3-Android and follow building instructions

  2. Run the ./gradlew clean assembleDebug command to generate the worldwind engine apk in Emp3-Android

  3. Locate the generated engine apk which is under emp3-android/map-engine/worldwind/apk/build/outputs/apk/debug

  4. Install the apk by running adb install <engine apk name> (note make sure only one device or emulator is connected/running)

Clone this wiki locally