Android Annotations build fails on Android Studio 0.5.1 -
my build.gradle file has following dependencies configuration:
dependencies { compile 'com.android.support:appcompat-v7:+' compile 'org.androidannotations:androidannotations:3.0.+' compile 'org.androidannotations:androidannotations-api:3.0.+' compile filetree(dir: 'libs', include: ['*.jar']) }
however tag @eactivity causing error during build:
note: resolve log file /home/ubuntu/myapplication/app/build/classes/androidannotations.log note: initialize androidannotations 3.0.1 options {} note: start processing 1 annotations on 5 elements error: not find androidmanifest.xml file, going path [/home/ubuntu/myapplication/app/build/classes/debug] found using dummy file [] (max atempts: file:///home/ubuntu/myapplication/app/build/classes/debug/dummy1394454004584.java) note: time measurements: [whole processing = 9 ms], [extract annotations = 6 ms], [extract manifest = 2 ms], note: finish processing note: start processing 0 annotations on 0 elements note: time measurements: [whole processing = 1 ms], note: finish processing warning: unclosed files types '[dummy1394454004523, dummy1394454004584]'; these types not undergo annotation processing 1 error 1 warning :app:compiledebugjava failed
i using android studio 0.5.1, gradle 1.11, , gradle plugin 0.9.+.
Comments
Post a Comment