我正在处理我的项目,但我的笔记本冻结了很长时间。所以,我重新启动它并运行Android Studio,但该项目不起作用。所有活动和类都没问题,但Android Studio显示mt build.gradle错误。我的build.gradle(app)文件变空了!这个档案里什么都没有!我不知道,问题是什么。这是来自Android Studio的消息
Error:(1, 0) Cause: startup failed:
build file 'C:\Users\dns\MyApplication\app\build.gradle': 1: unexpected char: 0x0 @ line 1, column 1.
而且:
Load Settings
Cannot load settings from file 'C:\Users\dns\MyApplication\.idea\misc.xml': Error on line 1: Content is not allowed in prolog.
Please correct the file content
我需要知道什么?也许,我需要找到这些文件? 我没有改变任何内容。
谢谢你的帮助!
这是我的gradle文件:
Top-level build file where you can add configuration options common to all sub-projects/modules. buildscript { repositories { jcenter() } dependencies { classpath 'com.android.tools.build:gradle:1.5.0' // NOTE: Do not place your application dependencies here; they belong // in the individual module build.gradle files } } allprojects { repositories { jcenter() } } task clean(type: Delete) { delete rootProject.buildDir }
答案 0 :(得分:0)
在Android Studio“文件”菜单中选择“无效缓存/重新启动”