3

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

1 Answer 1

2

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.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.