Error running adb: Error running app. Error: Activity not started, unable to resolve Intent { act=android.intent.action.VIEW dat=exp://192.168.0.100:19000 flg=0x10000000 }
See original GitHub issueDescription
trying to run genymotion simulator …
followed the instructions but getting the following error
Error running adb: Error running app. Error: Activity not started, unable to resolve Intent { act=android.intent.action.VIEW dat=exp://192.168.0.100:19000 flg=0x10000000 }
Expected Behavior
for the simulator to run
Observed Behavior
Error running adb: Error running app. Error: Activity not started, unable to resolve Intent { act=android.intent.action.VIEW dat=exp://192.168.0.100:19000 flg=0x10000000 }
Environment
npm ls react-native-scripts
:
react-native-scripts@1.2.1
npm ls react-native
:
react-native@0.47.2
npm ls expo
:
expo@20.0.1
-
node -v
:8.4.0
-
npm -v
:5.3.0
-
yarn --version
:1.0.1
-
watchman version
: `4.9.0.
Also specify:
- Operating system:
macos sierra
- Phone/emulator/simulator & version:
genymotion
Issue Analytics
- State:
- Created 6 years ago
- Reactions:4
- Comments:18 (2 by maintainers)
Top Results From Across the Web
No results found
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
make sure you are using minimal API 19 on your emulator, its work on me somehow.
this worked for me source: https://www.bountysource.com/issues/43329081-error-staring-android-emulator source in github: https://github.com/react-community/create-react-native-app/issues/112