You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using xapk-to-apk to transfer xapk to apk of Photovoltaic Calculations_2.1.2_APKPure.xapk, but also shows that repacked failed, and i dig into it,
found that in step apktool b failed. xapk-to-apk tool will produce middle product in .xpaktoapk directory in current directory,
and then this tool will execute apktool b command, and failed.
While I going into .xapktoapk directory, and execute apktool b command by my self, it shows errors below.
Steps to Reproduce
➜ xapk-to-apk git:(development) ✗ python xapktoapk.py Photovoltaic\ Calculations_2.1.2_APKPure.xapk
➜ xapk-to-apk git:(development) ✗ cd .xapktoapk
➜ .xapktoapk git:(development) ✗ apktool b it.ettoregallina.calcolifotovoltaici
I: Using Apktool 2.9.3
I: Checking whether resources has changed...
I: Building resources...
W: /Users/Tools/xapk-to-apk/.xapktoapk/it.ettoregallina.calcolifotovoltaici/AndroidManifest.xml:1: error: attribute android:requiredSplitTypes not found.
W: /Users/Tools/xapk-to-apk/.xapktoapk/it.ettoregallina.calcolifotovoltaici/AndroidManifest.xml:1: error: attribute android:splitTypes not found.
W: error: failed processing manifest.
I'm not exactly sure why those attributes cannot be found. They look like a relic of building splits. I'm not confident yet, but I believe I'll have to update apktool to remove those attributes as it finds them.
Since Apktool cannot remake splits - it seems like right call.
Yeah I guess so. cause xapktoapk tool will make xapk splits into apk, then it goes to make apktool b, this build command deals with no splits but as a whole package to pack apk. Looking forward to your updates. hope this will finally solve this problem!
Information
I'm using xapk-to-apk to transfer xapk to apk of Photovoltaic Calculations_2.1.2_APKPure.xapk, but also shows that repacked failed, and i dig into it,
found that in step
apktool b
failed. xapk-to-apk tool will produce middle product in .xpaktoapk directory in current directory,and then this tool will execute apktool b command, and failed.
While I going into .xapktoapk directory, and execute apktool b command by my self, it shows errors below.
Steps to Reproduce
APK
Photovoltaic Calculations_2.1.2_APKPure.xapk
Questions to ask before submission
apktool d
,apktool b
without changing anything?:YesThe text was updated successfully, but these errors were encountered: