How to convert .jar or .class to .dex file?

后端 未结 5 794
别跟我提以往
别跟我提以往 2020-12-08 07:51

I\'m going to edit Opera Mini v6.5 server because it is blocked in our country.

Now I have unpacked the .apk file extracted classes.Dex then converted it via dex2jar

5条回答
  •  北海茫月
    2020-12-08 08:36

    To dexify a jar file, you would use dx.bat inside of your sdk's platform-tools folder. You can also look at the -dex task inside of the build.xml file inside of your tools\ant folder in your SDK.

提交回复
热议问题