AndroidManifest.xml文件未找到未找到、文件、AndroidManifest、xml

由网友(他找不到我了)分享简介:我使用Git,并创造大量的Git分支的一个项目我工作的新功能。每过一段时间,我将创建一个新的分支关老爷像往常一样(我们称之为碎枝,并出现以下错误:I'm using git, and creating lots of git branches for new features on a project I'm wor...

我使用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.

阅读全文

相关推荐

最新文章