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
Post a Comment