APKEditor icon indicating copy to clipboard operation
APKEditor copied to clipboard

_protected.apk is greyed out and cannot be installed

Open vimdrseex opened this issue 1 year ago • 2 comments

Describe the bug After the command is executed, the output _protected.apk file is gray. In addition, some names in AndroidManifest become hexadecimal codes Screenshot2

To Reproduce

  1. Used version '1.4.1'a00ec09
  2. Operating system 'Android 15'
  3. Command 'java -jar APKEditor.jar p -i xxx.apk'

Log/Stacktrace

Used apk file apk.zip

Additional context MT Manager 'Resources Anti-Confusion' recompiled and packaged it and restored it to normal

This shouldn't happen. Most apps are protected by APKEditor in a normal state. This is the only one that shows a gray sign. So you need to look into it

vimdrseex avatar Dec 13 '24 19:12 vimdrseex

  1. Did you sign the apk ?
  2. What is the error message when installing with adb install file.apk

REAndroid avatar Jan 31 '25 12:01 REAndroid