Resource entry already has bag item (double entity)
See original GitHub issueInformation
- Apktool Version (
apktool -version
) - 2.3.4 - Operating System (Mac, Linux, Windows) - Windows
- APK From? (Playstore, ROM, Other) - ROM
Stacktrace/Logcat
W: E:\ANDROID-G\AndroidDEV\AdvancedApkTool\3-Out\framework-res.apk\res\values\styles.xml:2452: error: Resource entry Theme.DeviceDefault already has bag item dropdownListPreferredItemHeight. W: E:\ANDROID-G\AndroidDEV\AdvancedApkTool\3-Out\framework-res.apk\res\values\styles.xml:2451: Originally defined here.
### Steps to Reproduce
1. apktool if framework-res.apk
2. apktool d framework-res.apk
3. apktool b framework-res
### Questions to ask before submission
1. Have you tried `apktool d`, `apktool b` without changing anything?
2. If you are trying to install a modified apk, did you resign it?
3. Are you using the latest apktool version?
Issue Analytics
- State:
- Created 5 years ago
- Reactions:3
- Comments:15 (3 by maintainers)
Top Results From Across the Web
Developers - Resource entry already has bag item (double entity) -
Coming soon: A brand new website interface for an even better experience!
Read more >How to resolve Resource entry already defined - Stack Overflow
I am using aosp and after running the command: make 2>&1 | tee build-log.txt. I am getting lots of errors, such as:
Read more >Spring Batch - Reference Documentation
Now that v5 has Java 17 as a baseline, we have improved records support in Spring Batch by leveraging the Record API in...
Read more >USP General Chapter <800> Hazardous Drugs – Handling in ...
An entity must maintain a list of HDs, which must include any items on the current NIOSH list that the entity han- dles....
Read more >State Operations Manual Appendix A - Survey Protocol ... - CMS
For example, if the hospital has swing-beds, a PPS excluded ... consume several man hours of allocated survey time and resources that are...
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
just delete doubles…
Have experienced the same thing happening while recompiling Phonesky/PlayStore from here, making no changes.
--use-aapt2
fixes the issue but then I face a different problem,resource android:color/[...] is private
. I suspect that one may be fixed by https://github.com/iBotPeaches/Apktool/pull/2650.apktool 2.6.0