TronNatthakorn / react-native-wheel-pick

Apache License 2.0
177 stars 85 forks source link

lStar not found. #30

Closed Bayramito closed 1 year ago

Bayramito commented 1 year ago
> Task :react-native-wheel-pick:verifyReleaseResources FAILED
w: Detected multiple Kotlin daemon sessions at build/kotlin/sessions

FAILURE: Build completed with 2 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':react-native-wheel-pick:verifyReleaseResources'.
> A failure occurred while executing com.android.build.gradle.tasks.VerifyLibraryResourcesTask$Action
   > Android resource linking failed
     ERROR:/Users/bayram/Desktop/Sorsware/omuzreact/node_modules/react-native-wheel-pick/android/build/intermediates/merged_res/release/values/values.xml:2764: AAPT: error: resource android:attr/lStar not found.

getting error above when ./gradlew assembleRelease

Wicat21 commented 1 year ago

Did you managed to solve your problem? My only solution was to open node_modules/react-native-wheel-picker/android/build.gradle and instead of 30 write 31 to compileSdkVersion and targetSdkVersion

bcgilliom commented 1 year ago

if this helps anyone, I was having this issue with another repo, and running ./gradlew app:assembleRelease fixes/avoids this issue