Cannot start Robotium on Android Studio with APK only

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?

+4
source share
1 answer

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.

+1
source

All Articles