一。Failed run android simulator : No connected devices!
@H_403_10@ https://github.com/facebook/react-native/issues/3091
When you have the platform,and the device,you can then boot the device with emulator:
$ emulator -avd <name>
eg: emulator -avd React_API22
Once booted,the command you were likely trying to runreact-native run-android
should produce the effect of a react mobile app running in your emulator window.