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
Asked
Active
Viewed 24 times
0
-
Is there any error code shows? – 高鵬翔 Apr 20 '20 at 03:44
1 Answers
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