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