简体   繁体   中英

The manifest disappeared from my android studio. I can't find the manifest

I was using "project structure" for Picasso, but the manifest disappeared.

I tried "Library Dependency" and Picasso creates it in my Android Studio.

This is my error:

ERROR: Failed to parse XML in C:\Users\user\AndroidStudioProjects\arduino\app\src\main\AndroidManifest.xml
ParseError at [row,col]:[22,5]
Message: expected start or end tag
Affected Modules: app

I guess there is some error or missing tags in you manifest files that's why you are getting this error. Try to search your manifest file by double clicking shift button.

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