0

error capture

How can I fix this error?

John Han
  • 21
  • 1
  • https://stackoverflow.com/questions/56891033/facing-issue-failed-to-install-the-app-make-sure-you-have-the-android-develop – beastlyCoder Feb 02 '21 at 02:03

1 Answers1

0

Please read your error log. It said that the Android SDK location does not found. Please do the following instruction from react native official documents.

https://reactnative.dev/docs/environment-setup

Vilect
  • 1