alibaba / atlas

A powerful Android Dynamic Component Framework.
Apache License 2.0
8.13k stars 1.47k forks source link

run app一直显示以下错误 ,rebuild project一直是没问题的,就是运行出问题 #263

Open ta470407812 opened 6 years ago

ta470407812 commented 6 years ago

Information:Gradle tasks [:app:assembleDebug] Error:java.lang.IllegalStateException: 找不到目录: E:\android\SomeApp\app\build\generated\source\apt\debug Error:Execution failed for task ':app:javacAwbsDebug'.

javac com.some.app-chargerbundle failed Information:BUILD FAILED

不知道这个是什么问题导致的 ,build.gradle都是直接从demo代码拷贝过来的 ,bundle有调用其他library,有查看project build下的确是没有apt\debug那个文件夹 ,是否时build.gradle需要特殊处理?

hwjump commented 6 years ago

instant-run 关掉试试看