開発
adb shell "am start -a android.intent.action.MAIN -n com.example.HelloWorld/.HelloWorld"
.HelloWorld の部分は AndroidManifest.xml の /manifest/application/activity/@android:name っぽい?
http://gist.github.com/145085 Rakefile
adb shell "am start -a android.intent.action.MAIN -n com.example.HelloWorld/.HelloWorld"
.HelloWorld の部分は AndroidManifest.xml の /manifest/application/activity/@android:name っぽい?
http://gist.github.com/145085 Rakefile