java - Programmatically control android emulator -
i have requirement need launch app on emulator standalone java application. there way of doing this?
execute following adb command using runtime.getruntime().exec("application.exe");
"adb shell start package_name/.activity_name"
note : activity_name---> name of launcher activity.
Comments
Post a Comment