The following error is reported in dex2jar decompilation APK, and the complete error is shown in the picture:
Detail Error Information in File .\GtsSettingsTestCases-classes- error.zip
Please report this file to http://code.google.com/p/dex2jar/issues/entry if possible.
Open error.zip The error contents are as follows: java.lang.RuntimeException : can not merge I and Z
Solution (transferred from: https://www.twblogs.net/a/5c95e18bbd9eee4a0d090cd5 ):
1. From https://github.com/pxb1988/dex2jar Download the source code of dex2jar: dex2jar-2.x.zip
2. Recompile: enter the dex2jar-2. X directory and execute the compile command:
gradlew.bat assemble
(the gradle environment variable needs to be configured. Compiling is easy to time out. You can succeed by trying several times. I tried three times.)
3. After compiling, the compressed package (dex-tools-2.1) will be generated under dex2jar-2. X/DEX tools/build/distributions- SNAPSHOT.tar ,dex-tools-2.1- SNAPSHOT.zip ), decompress a compressed package and recompile APK.
Attached is my own dex2jar:
dex-tools-2.1- SNAPSHOT.tar
dex-tools-2.1- SNAPSHOT.zip
Read More:
- Zip to decompress the jar package, like the add file in the jar package
- Multi file decompression method GZ00 gz01 zip00 zip01 in windors Linux
- Idea introduces dependency and starts jar error in opening zip file
- [error record] the tinker hot fix example runs with an error (patch receive fail: / storage / simulated / 0 / patch)_ signed_ 7zip.apk, code: -2)
- Update project manually_ Solution of too large jar package in springboot
- Solve the problem of installing APK after Android studio compilation: error while installing apk
- The solution that ioni cannot use HTTP request after packaging apk
- Unity – error reporting encountered in APK package
- Error report in idea compilation Error:Android Dex : [Project] java.lang.OutOfMemoryError : GC overhead limit exceeded
- Solve the error when installing apk after compiling Android Studio: Error while Installing APK
- Java decompilation problem report international error
- com.android.ddmlib . adbcommandrejectedexception: device offline error while installing APK solution
- Android 4.1:Entry name ‘classes.dex‘ collided
- Java cpp-0.11.jar, opencv-windows-x86_ 64.jar,opencv-2.4.11-0.11.jar
- The introduction of third-party jar package in mavn project results in classnotfoundexception
- Maven compilation error Checksum validation failed, error in opening zip file
- [details] jar conflict resolution in Maven (personal test)
- [Unity] Solve the problem of IOException: Failed to Copy… in Unity packaging apk
- When jar file is running: Failed to load Main-Class manifest attribute from ……Solution
- How to turn your project into a jar package in idea