fieryhenry / tbcml

A python library designed to make modding The Battle Cats easier, more automated, and more powerful
MIT License
7 stars 3 forks source link

ERROR When Extract APK #26

Open danufebriy opened 2 months ago

danufebriy commented 2 months ago

got this error when extract apk

C:\Users\febri\Documents\tbcml>python catwar_extract.py Failed to extract APK: Input file (C:\Users\febri\Documents\tbcml\'C:\Users\febri\Documents\tbcml\APKs\13.1.0en\jp.co.ponos.battlecatsen-original.apk') was not found or was not readable. . Command: d -f -s -r 'C:\Users\febri\Documents\tbcml\APKs\13.1.0en\jp.co.ponos.battlecatsen-original.apk' -o 'C:\Users\febri\Documents\tbcml\APKs\13.1.0en\temp\extraction' C:\Users\febri\Documents\tbcml\APKs\13.1.0en

C:\Users\febri\Documents\tbcml>

danufebriy commented 1 month ago

Another error after update

C:\Users\febri\Documents\tbcml_script>python extract.py Failed to extract APK: Input file (C:\Users\febri\Documents\tbcml_script\'C:\Users\febri\Documents\tbcml\APKs\13.2.0en\jp.co.ponos.battlecatsen-original.apk') was not found or was not readable. . Command: apktool d -f -s 'C:\Users\febri\Documents\tbcml\APKs\13.2.0en\jp.co.ponos.battlecatsen-original.apk' -o 'C:\Users\febri\Documents\tbcml\APKs\13.2.0en\temp\extraction'