2016-07-14 147 views
-1

我正在使用我的項目,但筆記本電腦凍結了很長時間。所以,我重新啓動並運行Android Studio,但該項目不起作用。所有的活動和類都可以,但Android Studio顯示mt build.gradle錯誤。我的build.gradle(app)文件變空了!這個文件裏沒有任何東西!我不知道,什麼是問題。下面是Android Studio中Build.gradle啓動失敗

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

請分享你的build.gradle – yonisha

+0

這是電影//頂級構建文件您可以在其中添加所有子項目/模塊通用的配置選項。 buildscript { 庫{ jcenter() } 依賴{ 類路徑 'com.android.tools.build:gradle:1.5.0' //注意:不要在這裏把你的應用程序依賴關係;他們屬於 //各個模塊的build.gradle文件 }} allprojects { 庫{ jcenter() }} 任務乾淨(類型:刪除){ 刪除rootProject.buildDir } –

+2

請用該文件[編輯]你的問題。無論如何,你在第1行第1列有一個意想不到的字符,或者文件中的第一個字符是無效的。 –

回答

0

在Android Studio中的 「文件」 菜單中選擇 「的Invalidate緩存/重新啓動」