Sample code for Android automation using Robotium
This is a sample test project for the notepad application provided in Robotium site. This can be downloaded from http://dl.bintray.com/robotium/generic/ExampleTestProject_AndroidStudio.zip
To use this we tests have to first set up the above project in Android Studio.
After this add the below mentioned robotium dependency to the app gradle file.
androidTestCompile 'com.jayway.android.robotium:robotium-solo:5.6.0'