You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Website is running fine on my computer. Now I want to deploy that Website to my Android device. So I did it exactly like the Running On Device tutorial said:
Enable Debugging over USB
all fine
Plug in your device via USB
my list looks like this:
List of devices attached
5141a720 device
So this looks good.
Run your app
but here I have an issue because I have no idea what react-native means
npx react-native run-android
results in react-native is not known
Could it be that my project is not a react-native project and that's why react-native is not a proper solution for my case?
How to run that website on my Android device without transforming it as APK file?
The text was updated successfully, but these errors were encountered:
Website is running fine on my computer. Now I want to deploy that Website to my Android device. So I did it exactly like the Running On Device tutorial said:
So this looks good.
react-native
meansnpx react-native run-android
react-native is not known
Could it be that my project is not a
react-native
project and that's why react-native is not a proper solution for my case?How to run that website on my Android device without transforming it as APK file?
The text was updated successfully, but these errors were encountered: