Android studio找不到指定的路径

时间:2015-11-16 05:36:15

标签: android android-activity

Error:Cause: java.io.FileNotFoundException: 
G:\milestone\FunYou\src\main\AndroidManifest.xml (The system cannot find the path specified)

2 个答案:

答案 0 :(得分:2)

按照以下3个步骤解决此问题 -

1)右键单击项目。

2)点击Android工具。

3)修复项目属性。

如果您没有得到答案,请参阅此页:  AndroidManifest.xml (No such file or directory)----Error message in new Eclipse enviornment

答案 1 :(得分:0)

我遇到了同样的问题。我解决了更改ANDROID_HOME环境变量的路径的问题。那是错的!!! 确保路径指向您的android sdk位置,默认情况下,该路径是这样的: C:\ Users \ YourUser \ AppData \ Local \ Android \ Sdk

我还更新了“ path”系统变量,添加了以下两个路径: C:\ Users \ YourUser \ AppData \ Local \ Android \ SDK \ platforms C:\ Users \ YourUser \ AppData \ Local \ Android \ Sdk \ platform-tools