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
When I choose option 3. Sign .apk package
after options 1 and 2, I get this error:
-e Enter the name of the apk you want to sign.
-e Example: SystemUI
-e
-e NOTE:
-e What you enter here will also be the filename of your final APK.
-e APK must be in the same folder as this script.
Filename without .apk extension: app
-e
-e APK exists.
-e Signing APK...
-e Zipaligning APK...
./apk_dcs.sh: 102: ./apk_dcs.sh: ../binary/zipaligner/zipalign: Permission denied
-e FATAL: Final APK does not exist. Exiting...
./apk_dcs.sh: 115: read: Illegal option -n
./apk_dcs.sh: 117: ./apk_dcs.sh: [[: not found
Opening main menu...
When I choose option
3. Sign .apk package
after options 1 and 2, I get this error:
My solution to sign my apk was use keytool :
http://stackoverflow.com/a/24833908/3957754
I using ubuntu 14.
Thanks
The text was updated successfully, but these errors were encountered: