问题描述
我是新手到Android,使用IntelliJ IDEA的。当我想编译我的hello-world(第一步))我碰到这样的错误的Android源发生器:[项目] AndroidManifest.xml文件未找到
I am a newbie to android , using intellij idea. when I want to compile my hello-world ( the first step ;) ) I faced with this error "Android Source Generator: [project] AndroidManifest.xml file not found"
当然,这是不是在我的根文件。当我做任何新的项目,我也有同样的问题。
Of course it is not in my root file.And when I make any new project , I have the same problem.
我搜索了很多,甚至可以找到这个AndroidManfiest.xml文件未找到,而不是帮助。
I searched a lot and even find this "AndroidManfiest.xml file not found " but not help.
plz帮助。
推荐答案
您必须打开项目结构修改的东西。
you must open Project Structure modified something.
例如:项目结构>构面,你可以看到这是:
example:Project Structure > Facets ,you can see this is:
删除.idea,类似这样的
delete ".idea", like this
OK,IDE有发现的AndroidManifest.xml
ok, IDE there find AndroidManifest.xml
这篇关于错误:Android源生成:[项目] AndroidManifest.xml文件未找到的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!