navasmdc / MaterialDesignLibrary

This is a library with components of Android L to you use in android 2.2
Apache License 2.0
8.99k stars 2.22k forks source link

Failed to resolve: com.android.support:support-v4:22.0 #401

Open johnAsa opened 7 years ago

johnAsa commented 7 years ago

hi, i added this library to my project and get this problem, compile 'com.android.support:support-v4:22.0' i tried to fix that with this code: compile 'com.android.support:support-v4:22.0.0' but not worked and get this problem: Error:(30, 26) error: package R does not exist !!!!!!!!!!!! please help me

xjh1994 commented 6 years ago

@johnAsa May be you need to change your compileSdkVersion . Mine is 26 and that solved my problem.