Skip to content

leecam/AndroidBasicApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Basic App template.

I use this boiler plate to quickly test code in an Android app...

* Branch info
** master - Basic boilerplate java app
** jni - master with a basic JNI interface
** service - master with a android service
** servicewithjni - service with a JNI interface  

To setup build:
android update project -t 1 -s -p .
 
To build:
ant debug

To install:
ant debug install

[email protected]
service code cribbed from [email protected]

About

A basic Android App template

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages