Termux-Apktool icon indicating copy to clipboard operation
Termux-Apktool copied to clipboard

Problem reading AndroidManifest

Open Dakota32 opened this issue 3 years ago • 2 comments

Hi, I'm not able to read and change AndroidManifest.xml, it is unreadable, steps to reproduce:

apktool d myapp.apk

When I enter the directory of the extracted apk AndroidManifest is not readable. What happens? is apktool skipping the decoding of arsc resources? if so why. I installed apktool correctly, did all the steps as indicated

Dakota32 avatar Mar 09 '21 07:03 Dakota32

Same issue, the output of command:

$ apktool d minecraft-1-20-60.apk
I: Using Apktool 2.3.4 on minecraft-1-20-60.apk
I: Copying raw resources...
I: Baksmaling classes.dex...
I: Copying assets and libs...
I: Copying unknown files...
I: Copying original files...
$

Meanwhile in the regular output contain decoded step:

$ apktool d test.apk
I: Using Apktool 2.9.3 on test.apk
I: Loading resource table...
I: Decoding AndroidManifest.xml with resources...
I: Loading resource table from file: 1.apk
I: Regular manifest package...
I: Decoding file-resources...
I: Decoding values */* XMLs...
I: Baksmaling classes.dex...
I: Copying assets and libs...
I: Copying unknown files...
I: Copying original files...

Apktool version 2.3.4

realyukii avatar Feb 07 '24 03:02 realyukii