You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have been trying to find current documentation on how to use Robotium for APK files (without using Robotium Recorder) and rediscovered the relevant wiki page exported from Google Code. Even though the documentation is dated I thought I'd try following it. The re-sign process fails as it looks for zipalign in the tools folder of the Android SDK. However, this program was moved several releases ago to a versioned folder in build-tools.
Please could you modify re-sign.jar so it uses the path to find zipalign. Also, updated examples for using Robotium standalone to test APK files would be very helpful.
The text was updated successfully, but these errors were encountered:
I have been trying to find current documentation on how to use Robotium for APK files (without using Robotium Recorder) and rediscovered the relevant wiki page exported from Google Code. Even though the documentation is dated I thought I'd try following it. The re-sign process fails as it looks for zipalign in the tools folder of the Android SDK. However, this program was moved several releases ago to a versioned folder in build-tools.
BTW: the issue was also reported on SO http://stackoverflow.com/questions/24672479/not-able-to-unsign-apk-file-using-re-sign-jar by someone else a while back.
Please could you modify re-sign.jar so it uses the path to find zipalign. Also, updated examples for using Robotium standalone to test APK files would be very helpful.
The text was updated successfully, but these errors were encountered: