2017-06-05 95 views

回答

1

集2.3.2,而不是2.4.2和同步

com.android.tools.build:gradle:2.3.2 
0

應用程序後您的build.gradle文件

0

推薦

You should use latest gradle version.

請用所有使用庫更新您的Gradle,而不是解決問題。

對於更多幫助您可以查看此problem。否則,上傳您的文件的gradle圖像

+0

我曾提升到gradle這個最新版本 –

+0

考慮到這個問題的https:/ /stackoverflow.com/questions/22437097/android-studio-0-5-2-gradle-refresh-project-failed?rq=1 –

+0

apply plugin:'com.android.application' apply plugin:'io.fabric' 應用插件: 'com.github.ben-manes.versions' 的Android { compileSdkVersion 25 buildToolsVersion 「25.0.2」 defaultConfig { 的applicationID 「com.sdsmdg.harjot.MusicDNA」 的minSdkVersion 21 targetSdkVersion 25 的versionCode 36 的versionName 「1.2.0」 renderscriptTargetApi 23 renderscriptSupportModeEnabled真 } –