I installed everything for starting react native on android. The command "npx react-native doctor" shows that everyhting is fine. I have also connected an android device to my computer, and this device is shown when I input the command "adb devices".
But when I input the command "npx react-native run-android", I see this mistake: pastebin.com/SyBLbmdz (it is too long to be published here).
How to solve that?
Question posted in React native
The official React Native documentation can be found here.
The official React Native documentation can be found here.
2
Answers
I have understood. The problem was because of incompatible NDK version. I used 28.0.12674087, now I installed 26.1.10909125 using the command "sdkmanager", and now everything works correctly.
May be there is a problem with your setup and react native, try this: