star-micronics / react-native-star-io10

react-native-star-io10 is a library for supporting application development for Star Micronics devices.
Other
89 stars 55 forks source link

Direct local .aar file dependencies are not supported when building an AAR. #69

Closed tuan2603 closed 2 years ago

tuan2603 commented 2 years ago

Task :react-native-star-io10:bundleReleaseLocalLintAar FAILED

FAILURE: Build failed with an exception.

android/build.gradle ext { buildToolsVersion = "30.0.3" minSdkVersion = 23 compileSdkVersion = 31 targetSdkVersion = 31 ndkVersion = "21.4.7075529" kotlinVersion = "1.6.10" } repositories { google() mavenCentral() jcenter() } dependencies { classpath('com.android.tools.build:gradle:7.2.1') classpath("org.jetbrains.kotlin:kotlin-gradle-plugin:1.6.10") // NOTE: Do not place your application dependencies here; they belong // in the individual module build.gradle files }

thank. Please help me!

kfernandes29 commented 2 years ago

Same issue here. Anyone know to correct this?

bandit-ibayashi commented 2 years ago

There are same issues https://github.com/star-micronics/react-native-star-io10/issues/29 and https://github.com/star-micronics/react-native-star-io10/issues/51, and we are very pleased with the suggestions on how to correct this https://github.com/star-micronics/react-native-star-io10/pull/56 .