Categories
Android

Set Up Tutorial for Android Development

Download the Android SDK

Add android to your path

Check available android platforms
android list targets

Start a Project
android create project --target <target_id> --name <appName>

target_id – is the target available in  android list targets

Build the project
ant debug

you may need to install apache ant

Compile?

adb install bin/Package_Name-debug.apk

Emulate (Need a virtual device manager)

android avd