简体   繁体   中英

How to compile JAR with library to apk

I get jar file with library from NetBeans and i cant convert it to apk. Converter ask JAD and JAR files.

I have one main jar and two more in lib folder.

You can't convert .jar file to .apk! inside a jar file we have .class files but inside the .apk we have .dex files which .dex files can convert to .class and after that .java. so you can see a jar file is one step behind the .apk file

将项目(模块)设置从库更改为应用程序。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM