In case you were wondering
ant clean && adb uninstall com.example && ant debug install && adb shell am start -a android.intent.action.MAIN -n com.example/.ExampleActivity
add -d for a device or -e for emulator.
In case you were wondering
ant clean && adb uninstall com.example && ant debug install && adb shell am start -a android.intent.action.MAIN -n com.example/.ExampleActivity
add -d for a device or -e for emulator.