AndroidManifest.xml:17: error: No resource identifier found for attribute 'isSplitRequired' in package 'android'
See original GitHub issueInformation
- Apktool Version (
apktool -version
) - ver 2.4.0 - Operating System (Mac, Linux, Windows) - Win10
- APK From? (Playstore, ROM, Other) - Playstore
Stacktrace/Logcat
None
Include stacktrace here
None
Steps to Reproduce
apktool
apktool d
will be success, but apktool
b will show the problem, easy to reproduce.
Frameworks
If this APK is from an OEM ROM (Samsung, HTC, LG). Please attach framework files
(.apks
that live in /system/framework
or /system/priv-app
)
None
APK
If this APK can be freely shared, please upload/attach a link to it.
https://www.lanzous.com/i54do4f
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?
apktool b
not successful. -
Are you using the latest apktool version? Not tried 2.4.1 yet.
Issue Analytics
- State:
- Created 4 years ago
- Comments:10 (1 by maintainers)
Top Results From Across the Web
No resource identifier found for attribute '...' in package 'com ...
I've imported a project from Eclipse to Android studio. It utilizes a custom view: xmlns ...
Read more >Apktool.jar common errors and solutions - XDA Forums
No resource identifier found for attribute 'isSplitRequired' in package 'android' Split APK is not supported yet.
Read more >No resource identifier found for attribute ****** when wrapping ...
We tried to use managed-app-utility.jar from the MAM SDK to wrap our Android app, but it gives us the following errors:.
Read more >iBotPeaches/Apktool - Gitter
AndroidManifest.xml:43: error: No resource identifier found for attribute 'requestLegacyExternalStorage' in package 'android'.
Read more >No resource identifier found for attribute 'TextView' in package ...
It is a short .xml file this error comes up in so here it is: <?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns: ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Your two solutions can make apktool2.4.0 build successfully,
but the generated apk can’t be installed on your phone.error:
Failure [INSTALL_FAILED_INVALID_APK]
@Gopinath001 The problem is solved,Detailed plan: Edit AndroidManifest.xml
new:
Already fixed here: https://github.com/iBotPeaches/Apktool/commit/c2065995ed5d4e1b69b701c27a0f02f49e528d7b
Will be in 2.4.1