Android Studio 0.8.2 - Gradle project sync failed

后端 未结 10 812
轮回少年
轮回少年 2021-01-17 09:51

In hindsight I should not have enabled L build stuff.

I am new to programming and I created a new Android Studio project which is throwing the Gradle errror right aw

10条回答
  •  Happy的楠姐
    2021-01-17 10:27

    this happen with me when I try import wrong repository complie 'me.dm7.barcodescanner:zxing:1.7.2' , so any one face this problem may be that be the reason

    dependencies {
        compile fileTree(dir: 'libs', include: ['*.jar'])
        compile 'com.android.support:appcompat-v7:22.1.1'
    
    } 
    

提交回复
热议问题