简体   繁体   English

找不到v4 androidmanifest.xml文件

[英]v4 androidmanifest.xml file not found

I am working on a project to learn how to use fragments and after inputting all my code, I received an error message stating that the [v4] androidmanifest.xml cannot be found. 我正在研究一个项目,以学习如何使用片段,输入所有代码后,我收到一条错误消息,指出找不到[v4] androidmanifest.xml。 I went into my project structure settings in IntelliJ to investigate and it turns out that a v4 androidmanifest.xml was never created. 我进入IntelliJ中的项目结构设置进行调查,结果发现从未创建过v4 androidmanifest.xml。 I am unsure of how to proceed as this is new to me and there is not a lot of info on the web about this. 我不确定如何进行操作,因为这对我来说是新的,并且网络上没有很多有关此的信息。 Any advice would be greatly appreciated. 任何建议将不胜感激。

Posting an answer based on comments to close this question: 根据评论发布答案以结束此问题:

You have sources of support libraries attached to your project, just delete them by Right click on a module -> Refactor -> Delete (Safe Delete) 您的项目附带了支持库的资源,只需通过右键单击模块->重构->删除(安全删除)即可将其删除。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM