Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 299 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 299 Bytes

TestAndroid

IDE free Android skeleton project:

  • Use gradle build system.
  • Native code support.

Usage:

  • Create local.properties in root folder with content: "sdk.dir = /path/to/android_sdk/".
  • Command line: "gradle appStart" to build and run it on emulator or conntected device.