Issue
I'm trying to run react-native app on my android device. I gave the command npx react-native run-android But above error appears. Any solution for this?
Solution
Java sdk platform tools are missing. You can manage your sdk with Android Studio. Make sure adb is in $PATH user variable too.
Answered By - BloodyMonkey
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.