Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Running website on Android device - the step with react-native is unclear #92

Open
kwoxer opened this issue Apr 23, 2020 · 1 comment
Open

Comments

@kwoxer
Copy link

kwoxer commented Apr 23, 2020

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:

  1. Enable Debugging over USB
  • all fine
  1. Plug in your device via USB
  • my list looks like this:
       List of devices attached
       5141a720        device

So this looks good.

  1. 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?

@kwoxer
Copy link
Author

kwoxer commented May 3, 2020

Got it working. But the project is incompatible. You need to change several things to get it running as it's not react-native here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant