Android Studio配置androidannotations 出现 Error:Execution failed for task ':app:compileDebugJavaWithJavac'。
在github翻看androidannotations,终于找到了问题所在。
1.androidannotations配置环境,要求在最新的的SDKtools, Build Tools, Platform Toolsand SDK Platform 16。
2.在Android Studio settings 界面查询UPdates ,查看SDK版本是不是最新的,如果不是最新的在SDK Manager里面将SDK Tools
Build Tools等,更新到最新版本即可!
本文介绍了在配置Android Studio与androidannotations时遇到的'Error:Execution failed for task ':app:compileDebugJavaWithJavac''问题的解决方案。关键在于确保SDK Tools、Build Tools、Platform Tools和SDK Platform版本为16及以上,并保持所有组件为最新状态,可通过Android Studio的设置和SDK Manager进行检查及更新。
1万+

被折叠的 条评论
为什么被折叠?



