4

下面是一個快照

enter image description here

enter image description here 我已經解決了這個問題。

  • 乾淨的構建&重建
  • 刪除.idea文件
  • 已失效緩存/重啓..選項
  • 開啓省電模式。

SDk是最新的。

在應用級Gridle

apply plugin: 'com.android.application' 

android { 
    compileSdkVersion 23 
    buildToolsVersion "23.0.2" 

    defaultConfig { 
     applicationId "com.example.abhishek.ondemandservice" 
     minSdkVersion 15 
     targetSdkVersion 23 
     versionCode 1 
     versionName "1.0" 
    } 
    buildTypes { 
     release { 
      minifyEnabled false 
      proguardFiles getDefaultProguardFile('proguard-android.txt'),  'proguard-rules.pro' 
     } 
    } 
} 

應用水平Gride。

buildscript { 
    repositories { 
     maven { url "http://dl.bintray.com/populov/maven" } 
     jcenter() 
     mavenCentral() 
    } 
    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 { 
     maven { url "http://dl.bintray.com/populov/maven" } 
     jcenter() 
     mavenCentral() 
    } 
} 

感謝Adance^_^:)

+0

'類路徑「com.android.tools.build:gradle這個:2.0.0-beta2'' –

+0

爲什麼我用舊版本,如果它工作完美在其他系統和它不工作的方式。 – abhishek

回答

8

只要進入工具 - > Android->同步工程與搖籃文件

0

我也遇到過這個..

  1. 只是刪除是.idea文件夾在項目地點

  2. 建設>清潔工程

  3. 然後改變一些在應用級gradle這個

然後機器人工作室會問你要同步的項目。來吧,同步,問題將不復存在

2

我想:

  • 刪除該構建文件夾
  • 清潔項目
  • 同步工程與搖籃文件

但是毫無效果。最後使用文件>使緩存失效修復了錯誤。