简体   繁体   English

引入D8 dexer之后,Android当前使用哪个编译器将Java编译为.class文件?

[英]Which compiler is currently used in android to compile Java to .class files after D8 dexer was introduced?

在不推荐使用Jack编译器并引入D8之后,再次将Java-> .class文件部分分开了(与jack在单个步骤中发生的情况不同),是将Oracle Java SE javac编译器再次用于编译吗?

ART(android runtime) is used now replacing delvik 现在使用ART(android runtime)代替delvik

https://en.wikipedia.org/wiki/Android_Runtime https://zh.wikipedia.org/wiki/Android_Runtime

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 添加了使用java 8的.jar文件后的Android编译循环 - Android compile loop after added .jar files which use java 8 在Java 5中引入的Enum类的目的是什么? - What is the purpose of Enum class which was introduced in Java 5? 编译器可编译其他Java文件 - Compiler to compile other java files NetBeans使用哪种java编译器? - Which java compiler is used by NetBeans? 是否可以预览Java编译器生成哪些类文件? - Is it possible to preview which class files will Java compiler generate? Kotlin编译器是否编译java文件? - Does the Kotlin compiler compile java files? Java class inheritance 编译器怎么知道需要使用哪种方法 - Java class inheritance how does the compiler know which method needs to be used 哪个java的rdfa解析器支持当前使用的rdfa属性? - Which rdfa parser for java that supports currently used rdfa attributes? Android Studio Chipmunk (2021.2.1) Java 8 库在 D8 和 R8 构建错误中脱糖:“不支持的脱糖库配置版本” - Android Studio Chipmunk (2021.2.1) Java 8 library desugaring in D8 and R8 Build Error: "Unsupported desugared library configuration version" Java编译器在第一次编译后不会编译所有子文件夹 - Java compiler doesn't compile all subfolders after the first compile
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM