CVScanner icon indicating copy to clipboard operation
CVScanner copied to clipboard

Problem Import The CVScanner

Open RafaelCarlos opened this issue 6 years ago • 6 comments

I am getting this error: plugin with id 'com.github.dcendents.android-maven' not found

RafaelCarlos avatar Mar 19 '18 22:03 RafaelCarlos

Having the same issue

denysvera avatar Mar 20 '18 10:03 denysvera

Having same issue

waqarv712 avatar Feb 05 '19 10:02 waqarv712

Do you guys able to resolve this issue??

waqarv712 avatar Feb 05 '19 10:02 waqarv712

add these lines to your buld.gradle

buildscript {
     repositories {
         jcenter()
     }
 
     dependencies {
         classpath 'com.github.dcendents:android-maven-gradle-plugin:1.5'
         classpath 'com.jfrog.bintray.gradle:gradle-bintray-plugin:1.7.3'
     }
 }

sina2266 avatar Jul 10 '19 03:07 sina2266

I'm getting "Unable to get Gradle wrapper properties" when I tried to open this project instead. Does anyone have the same issue?

nxwong avatar Nov 01 '19 04:11 nxwong

Having same issue

zyanuro avatar Oct 14 '21 08:10 zyanuro