java - How can I control an Android VM? -


i have eclipse android sdk. comes android emulator. when run application, eclipse installs newest version of app , runs on emulator, default. how can write program control android vm (or actual device connected via usb since work same way)? want able externally issue commands emulator, not simulate clicks.

you can use command adb shell start -a android.intent.action.delete -d package:<your app package>.tell me working you.is there other way adb shell pm uninstall -k + yourpackagename


Comments

Popular posts from this blog

php - get table cell data from and place a copy in another table -

javascript - Mootools wait with Fx.Morph start -

php - Navigate throught databse rows -