-
-
Notifications
You must be signed in to change notification settings - Fork 135
Description
Current behavior
Build failed
Expected behavior
Build Success
Platform
- Android
- [] iOS
React Native Version
React Native 0.74.2
ext {
buildToolsVersion = "34.0.0"
minSdkVersion = 26
compileSdkVersion = 34
targetSdkVersion = 34
kotlinVersion = "1.9.22"
kotlin_version = '1.5.10'
supportLibVersion = "29.0.0"
playServicesVersion = "17.0.0"
androidMapsUtilsVersion="2.2.3"
ndkVersion = "23.1.7779620"
playServicesLocationVersion = "21.0.1"
}
Gradle 8.5.0
JDK: 17
Android Studio: Android Studio Ladybug Feature Drop | 2024.2.2 Patch 2
React Native Compressor Version
Version higher 1.13.0. Since 1.13.0 work!
Reproducible Steps And Demo
Full error:
FAILURE: Build failed with an exception.
- What went wrong:
Could not determine the dependencies of task ':app:compileDebugJavaWithJavac'.
Problems reading data from Binary store in /Users/est-macmini/.gradle/.tmp/gradle1682157922412786815.bin offset 358919 exists? true
Its seems to be gradle problem so I have already try to clear gradle caches, tmp, uninstal and reinstall, etc. But not resolve the error, build release my app failed Then I downgrade to version 1.13.0 and then rebuild => Build Success.
So package react-native-compressor going to wrong but not clearly with version 1.14.0 | 1.15.0 | 1.15.0. But I really sure that 1 of these version just release 2-4 days before I got this issue and I don't have time for testing with version make this error.
Thanks you.