We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This issue was originally created by @Dentrax as facebook/react-native#18290.
Environment: OS: Windows 10 Node: 9.8.0 Yarn: Not Found npm: 4.6.1 Watchman: Not Found Xcode: N/A Android Studio: Version 3.0.0.0 AI-171.4443003 Packages: (wanted => installed) react: 16.2.0 => 16.2.0 react-native: 0.52.0 => 0.52.0
When I'm trying to install app to Android Emulator, this problem occurs;
Scanning folders for symlinks in C:\Users\Furkan\AwesomeProject\node_modules (30ms)
-npm already running -System Variables are OK -CMD (via Administrator) -Android 5.0.1 (API 21, All SDK components/Extras/Build Tools was installed) -adb devices;
List of devices attached emulator-5554 device
PS C:\Users\Furkan\AwesomeProject> react-native run-android --deviceId emulator-5554 Scanning folders for symlinks in C:\Users\Furkan\AwesomeProject\node_modules (30ms) (and Terminated)
-run "npm start" -run ".androidSDK/tools/emulator -avd Nexus6" -run "react-native run-android" (when Android booted)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
This issue was originally created by @Dentrax as facebook/react-native#18290.
Environment
Expected Behavior
When I'm trying to install app to Android Emulator, this problem occurs;
Scanning folders for symlinks in C:\Users\Furkan\AwesomeProject\node_modules (30ms)
Actual Behavior
-npm already running
-System Variables are OK
-CMD (via Administrator)
-Android 5.0.1 (API 21, All SDK components/Extras/Build Tools was installed)
-adb devices;
Steps to Reproduce
-run "npm start"
-run ".androidSDK/tools/emulator -avd Nexus6"
-run "react-native run-android" (when Android booted)
The text was updated successfully, but these errors were encountered: