简体   繁体   中英

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

i clone couchbase-turorial . But i got error in android studio AndroidManifest.xml not found. It is gradle project. I insert the following code

 sourceSets {
    main {
        manifest.srcFile 'HelloWorld/HelloWorld/src/main/AndroidManifest.xml'
    }
}

in build.gradle but it is not work. this question is very relevant. This is my build.gradle

You shouldn't need to modify the build.gradle file. It seems like you may have imported the /couchbase-lite-tutorial-android folder rather than the /couchbase-lite-tutorial-android/HelloWorld folder into Android Studio.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM