Android Studio 1.2: Error: Android generator: [app] AndroidManifest.xml file not found

I updated AS 1.2, and I just tried to import / open one of my previous projects that worked on the previous version of AS. However, when I try to create a project, I get an error

Error:Android Source Generator: [app] AndroidManifest.xml file not found

but that doesn't make sense since my manifest is src / main folder. How can I fix this and avoid this problem for all my other projects?

+4
source share
1 answer

This has also bothered me recently, and I guess Gradle did not build it correctly.

Gradle Files AVD Manager. , Gradle.

, , 21.0.2 Build Tools ( , , ).

SDK, "", .

, .

+1

All Articles