简体   繁体   中英

Run a jar file on Android from code

是否可以通过代码在 Android 上运行/执行 .jar 文件,尤其是在 Android 转向 ART 而不是 Dalvik 的情况下?

The older versions of Android used to come with DVM (Dalvic Virtual Machine) , and the newer versions are used to come with ART (Android Run Time) .

Both of them execute the .dex (Dalvic Executable).

You cannot run .jar files directly in Android, but you can try some apps or VMs.

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