PersianMaterialDateTimePicker icon indicating copy to clipboard operation
PersianMaterialDateTimePicker copied to clipboard

Error:Failed to resolve: support-v4

Open sinashan opened this issue 6 years ago • 3 comments

Hi when i try to implement the project in my build.gradle, i get this error. What could be the cause?

sinashan avatar Sep 14 '18 04:09 sinashan

me too

Sanaebadi97 avatar Jan 20 '19 15:01 Sanaebadi97

debugImplementation('com.mohamadamin:persianmaterialdatetimepicker:1.2.1') {
    exclude group: 'com.example' // => applicationId
    exclude module: 'appcompat-v7'
    exclude module: 'support-v4'
}

meysamSM7 avatar Feb 18 '19 21:02 meysamSM7

The error is about gradle files to resolve that at first you should Import the library as a module then go to date picker gradle.build files and delet the line buildToolsVersion project.ANDROID_BUILD_TOOLS_VERSION

fariborzvrm avatar Jul 20 '19 07:07 fariborzvrm