简体   繁体   English

未找到Android Studio构建gradle

[英]Android Studio build gradle as not found

i have the problem in android studio Error:Could not read build file 'C:\\Users\\spotlight\\AndroidStudioProjects\\programmierpraktikumwise2014\\gr2-android\\Client\\AOT-Messenger\\app\\build.gradle' as it does not exist. 我在android studio中有问题错误:无法读取生成文件'C:\\ Users \\ spotlight \\ AndroidStudioProjects \\ programmierpraktikumwise2014 \\ gr2-android \\ Client \\ AOT-Messenger \\ app \\ build.gradle',因为它不存在。 what should i do ? 我该怎么办 ? thank you 谢谢

You can create a new project and copy the build.gradle (that the new project generate) file to your proyect in the same route. 您可以创建一个新项目,然后以相同的方式将build.gradle(由新项目生成)文件复制到您的proyect中。 The file should be in the root folder of the proyect. 该文件应位于proyect的根文件夹中。

For more info you can follow the official documentation of Android Studio. 有关更多信息,您可以遵循Android Studio的官方文档。

http://developer.android.com/sdk/installing/studio-build.html http://developer.android.com/sdk/installing/studio-build.html

Best regards. 最好的祝福。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM