Created
April 22, 2017 16:24
-
-
Save yashdeeph709/6d9ad31d6440c96d9d8f29a0a5d3a854 to your computer and use it in GitHub Desktop.
Decompile and Recompile an apk
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
apktool d Test.apk | |
edit manifest | |
apktool b Test.apk | |
jarsigner -verbose-sigalg SHA1withRSA -digestalg SHA1 -keystore testapp-key.keystore Dokkan.apk testapp-key |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment