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
Sign the build apk with the debug key
jarsigner -sigalg MD5withRSA -digestalg SHA1 -keystore (...)\debug.keystore -storepass android -keypass android <path_to_the_built_apk> androiddebugkey
Run the application on the device and do the following:
4.1. close the update screen if any
4.2. click the settings menu (upper right corner)
4.3. click "settings"
4.4. click "History Size..."
What is the expected output? What do you see instead?
Expected output: a menu with history sizes to choose
Actual output: exception is thrown. See the attached logcat output.
Original issue 409 created by Spawarotti on 2013-02-13T17:33:15.000Z:
java -jar (...)\apktool.jar decode --force <path_to_the_attached_apk> <path_to_decoded_apk>
java -jar (...)\apktool.jar build <path_to_the_decoded_apk> <path_to_the_built_apk>
jarsigner -sigalg MD5withRSA -digestalg SHA1 -keystore (...)\debug.keystore -storepass android -keypass android <path_to_the_built_apk> androiddebugkey
4.1. close the update screen if any
4.2. click the settings menu (upper right corner)
4.3. click "settings"
4.4. click "History Size..."
What is the expected output? What do you see instead?
Expected output: a menu with history sizes to choose
Actual output: exception is thrown. See the attached logcat output.
What version of the product are you using? On what operating system?
ApkTool: 1.5.2
OS: Windows 7 Pro x64
Apk meta data: see attachement.
https://play.google.com/store/apps/details?id=uk.co.nickfines.RealCalc
Please provide any additional information below.
N/A
The text was updated successfully, but these errors were encountered: