I have an incorrect project structure. I need a top-level build-gradle, and a module on the same level that contains its own build.gradle.
build.gradle
See picture of h
It's because Gradle looks for AndroidManifest in a default place --> App/src/main/AndroidManifest.xml
App/src/main/AndroidManifest.xml
You can define where Gradle can search for your AndroidManifest. How to tell Gradle to use a different AndroidManifest from the command line?
AndroidManifest