russel rajitha
russel rajitha
same issue. is there any fix for this issue?
is there any other solution, um stuck on this for hours.
@mtumiati works now. awesome
is there any way to config android ? where to put keys like in react native 0.59? my version is react native 0.60.??? `builder.add("*.site.com", "sha256/KEY_GOES_HERE");`
> Happened for me as well after migrating from `react-native` `0.63.4` to `0.64.0`. Was able to solve it by running `rm -rf android/app/build` and rebuilding the project, as described in...
facing same issue. Android resource linking failed Output: /Users/admin/projects/project-path/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values/values.xml:649: error: resource android:attr/fontVariationSettings not found. /Users/admin/projects/project-path/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values/values.xml:649: error: resource android:attr/ttcIndex not found. error: failed linking references. Command: /Users/admin/.gradle/caches/transforms-1/files-1.1/aapt2-3.2.1-4818971-osx.jar/7a09f925dfdf36506c0b6b9101180755/aapt2-3.2.1-4818971-osx/aapt2 link -I\ /Users/admin/Library/Android/sdk/platforms/android-26/android.jar\ --manifest\...
why are they really doing this kind of change? i am using tons of libraries and suddenly getting this. is there one fix to apply all of these libraries?
> > @wy555 So the Android Studio 4.1.2 contains the Android Emulator for M1 with the Google Play services ? > > Just tested on latest version 4.1.3 and it...
> @CodeChamp-SS @russelRajitha > > it may a emulator path issue, i created a symlink to fix it > > ```shell > ln -s ~/Library/Android/sdk/emulator/emulator-darwin-aarch64-0.2/emulator ~/Library/Android/sdk/emulator/emulator > ``` > >...
I am also having this issue. but working fine with iPhone 11 pro, iPhone X. only having issue with iPhone 7 Plus. iOS 15.5 RN: 0.63.4. Any reason for this?