-
-
Notifications
You must be signed in to change notification settings - Fork 3.8k
Closed
Description
Information
- Apktool Version (
apktool -version
) - 2.7.0 - Operating System (Mac, Linux, Windows) - macOS Monterey 12.0.1
- APK From? (Playstore, ROM, Other) - https://m.apkpure.com/all-4-watch-live-on-demand/com.channel4.ondemand/download
Stacktrace/Logcat
I: Using Apktool 2.7.0 on All4.apk
I: Loading resource table...
I: Decoding AndroidManifest.xml with resources...
I: Loading resource table from file: /Users/Mehdi/Library/apktool/framework/1.apk
I: Regular manifest package...
[Fatal Error] :4:22: Element type "uses-permission" must be followed by either attribute specifications, ">" or "/>".
I: Decoding file-resources...
I: Decoding values */* XMLs...
I: Baksmaling classes.dex...
I: Baksmaling classes2.dex...
I: Baksmaling classes3.dex...
I: Copying assets and libs...
I: Copying unknown files...
I: Copying original files...
I: Copying META-INF/services directory
Steps to Reproduce
- Download All 4 app from APKPure or any other source (https://m.apkpure.com/all-4-watch-live-on-demand/com.channel4.ondemand/download)
- Rename apk to All4.apk for ease
- Run
java -jar apktool_2.7.0.jar decode All4.apk -o All4-decoded -only-main-classes
- Open decoded folder and open
AndroidManifest.xml
- Observe that attributes are missing from certain tags
Frameworks
N/A
APK
https://m.apkpure.com/all-4-watch-live-on-demand/com.channel4.ondemand/download
Questions to ask before submission
- Have you tried
apktool d
,apktool b
without changing anything? Yes - If you are trying to install a modified apk, did you resign it? N/A - Not an installation issue
- Are you using the latest apktool version? - Yes