I\'ve created the project using the following command.
react-native init Awesome_Project
I\'ve started the packager using the following com
try running adb command to install the apk (should provide more output) from android dir in your project: adb install app/build/outputs/apk/app-debug.apk
adb install app/build/outputs/apk/app-debug.apk
In my case was a insufficient storage case
facebook/react-native issue #2885