BlinkID / blinkid-react-native

ID scanning for cross-platform apps built with ReactNative.
175 stars 59 forks source link

Android app build fail: resource android:attr/lStar not found #200

Closed dragorwyin closed 1 year ago

dragorwyin commented 2 years ago

Hello, I have a following error:

I'm using:

        minSdkVersion = 23
        compileSdkVersion = 31
        targetSdkVersion = 31

and tried also

    implementation 'androidx.core:core-ktx:1.6.0'
    implementation 'androidx.core:core:1.6.0'

configurations.all {
    resolutionStrategy {
        force 'androidx.core:core:1.6.0'
        force 'androidx.core:core-ktx:1.6.0'
    }
}

in app/build.gradle

but nothing help me out. Can you provide any solution?

dragorwyin commented 2 years ago

I need to use sdkVersion 31 because of another screen splash package.

anjapenic commented 2 years ago

Hi @dragorwyin, could you please share with us the steps you took when implementing the plugin?

dragorwyin commented 1 year ago

Hi, sorry, didn't see the request before. I solved that problem, but I had done a lot of experiments and it's working now. I'm not able to explain what I did.