AndroidManifest.xml文件未找到 [英] AndroidManifest.xml file not found

查看:572
本文介绍了AndroidManifest.xml文件未找到的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我使用Git,并创造大量的Git分支的一个项目我工作的新功能。每过一段时间,我将创建一个新的分支关老爷像往常一样(我们称之为碎枝,并出现以下错误:

I'm using git, and creating lots of git branches for new features on a project I'm working on. Every once in a while, I'll create a new branch off master as usual (let's call this broken-branch, and this error appears:

Android源发生器:[试玩] AndroidManifest.xml文件未找到

我将创建一个新的分支关老爷,cherrypick对的变化打破分支到这一块,和一切工作正常。为什么我得到这个错误,我怎么能避免呢?

I'll create a new branch off master, cherrypick the changes on broken-branch onto this one, and everything works fine. Why do I get this error, and how can I avoid it?

推荐答案

虽然我的IDE是IDEA13使用Maven。做工精细与Maven在命令行中,同时使用IDEA运行(Shift + F10)显示此错误。我做如下而解决这个问题: 1.打开.iml在项目根。
2.Find一些线路,如:

While my IDE is IDEA13 with maven. Work fine with maven in command line, while using IDEA run( shift + F10) show this error. I do as below and fix this: 1.Open .iml in the project root.
2.Find some line like:

<option name="USE_CUSTOM_COMPILER_MANIFEST" value="true" />

3.取出这一行或更改值设置为false。 这是我的工作方式。
也许会有帮助。

3.Remove this line or change value to false. This is my work way.
May Help.

这篇关于AndroidManifest.xml文件未找到的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆