AndroidManifest.xml中丢失AndroidManifest、xml

2023-09-12 11:14:13 作者:那抹思念、因你泛滥

我创建了日食一款使用Android操作系统的应用程序项目,每当我试图运行该应用程序它抛出一个错误信息,说的Andr​​oidManifest.xml 文件丢失。究竟是什么原因呢?

I created one android application project in eclipse and whenever I tried to run that application its throwing an error message saying AndroidManifest.xml file is missing. what is the reason for this ?

我使用的Eclipse与Android的SDK和ADT版本是SDK经理,我只安装了Android 2.2的API级别20 ..这是该错误的问题?

I am using eclipse with android-sdk and ADT version is 20. in SDK manager I installed android 2.2 API level only.. Is this is the problem for that error ?

推荐答案

删除文件夹中的项目和库的依赖。然后重新运行应用程序。

Delete bin folder in project and your library dependencies. Then re-run application.