Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 311 Bytes

README.md

File metadata and controls

10 lines (6 loc) · 311 Bytes

Building

  1. Create a local.properties file that contains path to Android SDK:

     sdk.dir=/path/to/android-sdk-linux
    
  2. Run gradle build to compile Java code and build an APK.

  3. To install built APK to the device run:

     adb install -r build/outputs/apk/android-bridge-debug-unaligned.apk