美文网首页
ABase androidannotations 的配置使用

ABase androidannotations 的配置使用

作者: sufun_wu | 来源:发表于2016-05-31 17:49 被阅读34次

来,开始进行 androidannotations 配置

1)根目录下面的gradle配置

classpath'com.neenbedankt.gradle.plugins:android-apt:1.4+'

classpath fileTree(dir:'plugin',include:['*.jar'])

2)主项目目录下面的配置

3)开始测试使用

相关文章

网友评论

      本文标题:ABase androidannotations 的配置使用

      本文链接:https://www.haomeiwen.com/subject/myjarttx.html