简体   繁体   中英

AndroidManifest.xml file not found:Maven+ Android Studio

I am using Android Studio and am new to it.I have used git to clone the project from the repository. Also I am using Maven and building the project.

When I try to make the project, am getting error like AndroidManifest.xml not found.Please help me out.

I know this is a duplicate question as I have gone through the links: AndroidManifest.xml file not found ERROR: Android Source Generator: [project] AndroidManifest.xml file not found But both links are not able to solve my problem.

Please help me.

I have encountered this issue on Android Studio, what you are missing is adding your sources under module source settings.

Add your content root and mark build & src/main as sources

It should look like this

在此处输入图片说明

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