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.
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: