0

Actually i am working on android platform,I am using robotium for automation testing.In my scenario i dont have the code i only have the apk file of an application which i can resign it and do my automation testing.For resigning of signature of apk i am using resign.jar ,i got stuck up over here.

Actually i have set Android_Home and every other variables are set but when i drop the apk file and save it by some name the .jar file is getting hanged up.

What might be the issue.!

1 Answers1

0

If you get the apk file you have to test e.g. from your developers, do the following steps to resign it with your keystore:

That’s it! Afterwards you should be able to test against an apk file!

rupesh
  • 16