Posts by Igor Santos • 1 point
1 post
-
-1
votes1
answer116
viewsA: error: Could not find the Androidmanifest.xml file, using Generation Folder after installing android Annotations
add this code to Gradle android { ... defaultConfig { ... javaCompileOptions { annotationProcessorOptions { arguments = ["androidManifestFile": "$projectDir/src/main/AndroidManifest.xml".toString()]…
android-studioanswered Igor Santos 1