java - Can someone give me a step-by-step on Black Box Testing an APK with Robotium? -


even after resigning apk debug key, , editing android manifest , build gradle targetapk , testapplicationid, cannot seem link test project apk.

  1. i resigned apk
  2. created new android project
  3. updated manifest target package name
  4. updated testapplicationid "com.external.apptotest"

i keep getting class not found exceptions! , empty test suite.


Comments

Popular posts from this blog

sql - Time in datatime field -

javascript - How to split the success output from an Ajax post? -

java - sharing object across different classes -