Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
details: (these are purely my logs of what issues I faced and the fixes I tried, not necessarily included in the commit) - [x] AOS: [refer: https://reactnative.dev/docs/environment-setup] - [x] Issue: “> Task :app:installDebug FAILED” ; Solution: worked only on real device and not on the simulator after doing this: adb kill-server && adb start-server && adb devices && rpm run android [refer: https://stackoverflow.com/a/28211161/1374730] - [x] Issue: “More than one file was found with OS independent path 'lib/armeabi-v7a/libfbjni.so'” ; Solution: [refer: https://stackoverflow.com/a/74526307/1374730] - [x] Issue: “Duplicate class com.facebook.imagepipeline.cache.CountingMemoryCacheInspector$DumpInfoEntry found in modules jetified-imagepipeline-base-2.5.0-runtime.jar (com.facebook.fresco:imagepipeline-base:2.5.0) and jetified-stetho-2.0.0-runtime.jar (com.facebook.fresco:stetho:2.0.0)” ; Solution: [refer: https://stackoverflow.com/a/72838513/1374730] - [x] Issue: “android:attr/lStar not found” [refer: https://stackoverflow.com/a/72838513/1374730] - [x] Issue: “> Task :react-native-community_slider:generateDebugRFile FAILED” ; Solution: “changed `compileSdkVersion` to 30” [refer: callstack/react-native-slider#325 (comment)] & another solution: [refer: https://stackoverflow.com/a/66673453/1374730] - [x] Issue: “> Task :react-native-sound:compileDebugJavaWithJavac FAILED” ; Solution: cd android && ./gradlew clean && cd .. && npx jetify [refer: https://www.appsloveworld.com/react-native/100/171/react-native-execution-failed-for-task-react-native-audiocompilereleasejavaw] - [x] Issue: “> java heap space” ; Solution: [refer: https://stackoverflow.com/a/69239438/1374730] - [x] Issue: “Caused by: java.io.IOException: Cannot run program "node" (in directory "): error=2, No such file or directory” ; Solution: [refer: https://stackoverflow.com/a/69681064/1374730] - [x] Issue: “> Cannot get property 'supportLibVersion' on extra properties extension as it does not exist” ; Solution: [refer: software-mansion/react-native-reanimated#280 (comment)]
- Loading branch information