I succeeded to install apk file on android emulator using Jython (monkeyrunner.bat). I also used this line of code to start the main activity: device.startActivity(component=runComponent) Now what i want is to press a button on the activity which i launched, if the button name is "Submit" than how can i send key events to press this button. Thanks and please give response ASAP.
I m relatively new to Android development. I m developing an app with a ListView. I ve followed the info in #1338475 and have my app recognizing the fling gesture, but after the gesture is complete, ...