-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Closed
Labels
Description
Description
After creating a new project, I ran 'yarn run android' but instead of getting the expo app on the emulator I'm getting an error.
Expected Behavior
Expo app should be installed on my emulator and my app should be up and running.
Observed Behavior
I'm getting an error in the terminal while running the packager. Although I'm getting the QR code.
If there's an error message, please paste the full terminal output and error message in this code block:
Error running adb: Failed to install C:\Users\Rizwan\.expo\android-apk-cache\Exponent-1.16.1.apk: Failure [INSTALL_PARSE
_FAILED_UNEXPECTED_EXCEPTION: Failed to parse /data/app/vmdl1193990351.tmp/base.apk: AndroidManifest.xml]
Environment
Please run these commands in the project folder and fill in their results:
npm ls react-native-scripts: +-- UNMET PEER DEPENDENCY react@16.0.0-alpha.6
`-- react-native-scripts@0.0.31
npm ERR! peer dep missing: react@>=15.4.0, required by react-native-maps@0.14.0
npm ls react-native: react-native@0.44.3npm ls expo: expo@17.0.0node -v: v7.9.0npm -v: 3.10.9yarn --version: 0.23.2watchman version:
Also specify:
- Operating system: Windows 8.1 64bit
- Phone/emulator/simulator & version: Nexus 5X API 25
topkat