Replies: 1 comment
-
Generally Apktool supports non-unicode characters, but downstream tools like aapt2 struggle with them. If you've found thats an issue in my implementation of the calling of aapt/aapt2 - then I'll accept patches. However, I believe this is out of my control. So my workaround for you is to not have non-unicode characters int he path. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm trying to unpack a file with non-unicode characters in the path:
java.exe -jar -Duser.language=en -Dfile.encoding=UTF8 "d:\Poco\Темы\Шаблоны\Конструктор шаблонов\Конструктор\APK_unpacked\Bluetooth" "d:\Poco\Темы\Шаблоны\Конструктор шаблонов\Конструктор\APK\Bluetooth.apk"
and I get an error:
Input file (D:\Poco\в??Т?В?Р?\В?В Р?В?В?В?Р?\Р?В?В?Р?Р?Р°Р?Р?Р?В?Р° РёВ Р?В?В?В?В?С?\Р?В?В?Р?Р?Р°Р?Р?Р?В?Р°\APK\Bluetooth.apk) was not found or was not readable.
How to unpack a file with non-unicode characters in the path?
Beta Was this translation helpful? Give feedback.
All reactions