Robotium's description says that it can only test Android projects with the APK. I am able to do this in Eclipse, but I cannot do it in Android Studio. Taking the same code from Eclipse and using it in Android Studio, I cannot load the launcher class for the application that I am trying to test.
Does anyone know about this?
I would recommend you try Robotium Recorder for Android Studio. He will create test projects for APK: s. You can check how he does it, and then do it the same way you do.