Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在构建 Android 应用程序时,ADT 使用哪个编译器?ECJ 还是 Javac?它是否为 Dalvik 机器提供编译器?
哪种编译器 ADT 完全使用 ECJ 或 Javac?
Android 需要 Java SDK(包括 OpenJDK)并javac从那里使用。
javac
它是否为 Davilk 机器提供编译器?
javacAndroid SDK 在生成的字节码和 Dalvik 字节码之间提供了一个交叉编译器。