0

After upgrading my dependancies, I cannot build android on the simulator with the command "npx react-native run-android" but it builds if I build using android studio

Avneesh Desai
  • 61
  • 1
  • 6

1 Answers1

1

you can try in this way

- yarn start
- open android folder with android studio
- sync with gradle files
- run in android studioi
Shing Ho Tan
  • 931
  • 11
  • 30