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

How to logout from a login page in asp.net -

Stack level too deep error after upgrade to rails 3.2 and ruby 1.9.3 -