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 don't think, it's possible as of now. A short workaround would be to either use APKTool for that (if some of them are encoded, such as AndroidManifest.xml) or just unzipping them using Java APIs for that, such as ZipOutputStream
I have this apk: tachiyomi-zh.copymanga-v1.3.48.zip
The contents are:
Part of the code inside the apk is using this library: https://github.com/luhuiguo/chinese-utils/blob/master/src/main/java/com/luhuiguo/chinese/Converter.java#L49 and the stacktrace is available at Suwayomi/Suwayomi-Server#512 (comment)
That library requires to load resource file
/simp.txt
or/simplified.txt
but these are not included in the converted jar.We are converting dex2jar via this function: https://github.com/Suwayomi/Tachidesk-Server/blob/master/server/src/main/kotlin/suwayomi/tachidesk/manga/impl/util/PackageTools.kt#L53
Is there something we can do to make dex2jar include non-class files as well?
The text was updated successfully, but these errors were encountered: