brucetoo / PickView

Date and Province WheelView like IOS
1.1k stars 265 forks source link

Cannot Resolve Symbol R on adding `compile 'com.brucetoo.pickview:library:1.1.1'`. #14

Closed bshikhar13 closed 8 years ago

bshikhar13 commented 8 years ago

I added compile 'com.brucetoo.pickview:library:1.1.1' in my build file and when synced, the symbol R (Resources one) became undefined.

brucetoo commented 8 years ago

Change this your project root build.gradle file like

allprojects {
    repositories {
        mavenCentral()
        jcenter()  //Must specify jcenter
    }
}
bshikhar13 commented 8 years ago

I have already done it