Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 497 Bytes

File metadata and controls

18 lines (14 loc) · 497 Bytes

BamboleHiro

Libs

Setup

  • Create a file local.properties to set the local AndroidSDK:
# Location of the android SDK
sdk.dir=/home/.../Android/Sdk
  • ...

Build and Running

  • Desktop ./gradlew desktop:dist and ./gradlew desktop:run
  • Android ./gradlew android:assembleDebug and ./gradlew android:installDebug android:run

More information about build and run