android - jack and jill for android 兼容字节码编织吗?

标签 android android-build bytecode-manipulation android-jack-and-jill

我刚刚阅读了@eric lafortune 的新博客文章,内容涉及 Jack 和 Jill 在 Android 上的新编译器。 http://www.saikoa.com/blog/the_upcoming_jack_and_jill_compilers_in_android

由于我正在集中研究一系列基于 Android 字节码编织的新技术,我想知道是否有人知道字节码编织是否仍适用于这个新工具链。

最佳答案

来自您提到的文章:

Since the toolchain still supports both java source code and java bytecode, existing libraries can be used without problems. Even tools that generate or process bytecode during the build process, such as Dagger, should be fine, with the proper integration.

字节码编织只是字节码生成/处理,所以我认为你的问题的答案是"is"。

关于android - jack and jill for android 兼容字节码编织吗?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/27025479/

相关文章:

Android Gradle 插件 3.0.0 : Multiple dex files define Lorg/xmlpull/mxp1/MXParser with XStream

android - 第三方库被添加到 dexedLib 目录下,但该库没有 classes.dex

java - 字节码操作 list 条目

compiler-construction - 是否有字节码后端(如 LLVM)具有将组装的字节码转换为机器代码的工具?

android - 在电子邮件中发送内联 HTML 图像

android - 从图库中选择视频,找不到符号 RESULT_LOAD_IMAGE

android - 在 Release模式下编译期间出错

java - 用 ByteBuddy 替换字节码中出现的类型

java - token "}"上的类型语法错误,删除此 token

java - Android:为谷歌地图设置 API key