App compiles fine without this plugin, but after adding this plugin to cordova project it stop creating APK or Android Bundle.
Start giving the following Error:
A problem occurred configuring project ':app'. > com.android.builder.errors.EvalIssueException: compileSdkVersion is not specified. Please add it to build.gradle
And when i ran the command with --stacktrace it gave this error:
A problem occurred evaluating script.> Could not find method compile() for arguments [com.journeyapps:zxing-android-embedded:3.3.0] on object of type org.gradle.api.internal.artifacts.dsl.dependencies.DefaultDependencyHandler.
there is stack discussion on this same issue here
App compiles fine without this plugin, but after adding this plugin to cordova project it stop creating APK or Android Bundle.
Start giving the following Error:
A problem occurred configuring project ':app'. > com.android.builder.errors.EvalIssueException: compileSdkVersion is not specified. Please add it to build.gradleAnd when i ran the command with
--stacktraceit gave this error:A problem occurred evaluating script.> Could not find method compile() for arguments [com.journeyapps:zxing-android-embedded:3.3.0] on object of type org.gradle.api.internal.artifacts.dsl.dependencies.DefaultDependencyHandler.there is stack discussion on this same issue here