use working getting started url
Summary: android-setup.html does not seem to exist. https://facebook.github.io/react-native/docs/android-setup.html (404) Closes https://github.com/facebook/react-native/pull/17324 Differential Revision: D6630732 Pulled By: hramos fbshipit-source-id: c1bd4750e3b72a0b1542a75f50d404807eabb8f1
This commit is contained in:
parent
33da6047a3
commit
6661633390
|
@ -226,7 +226,7 @@ function runOnAllDevices(args, cmd, packageNameWithSuffix, packageName, adbPath)
|
||||||
'Could not install the app on the device, read the error above for details.\n' +
|
'Could not install the app on the device, read the error above for details.\n' +
|
||||||
'Make sure you have an Android emulator running or a device connected and have\n' +
|
'Make sure you have an Android emulator running or a device connected and have\n' +
|
||||||
'set up your Android development environment:\n' +
|
'set up your Android development environment:\n' +
|
||||||
'https://facebook.github.io/react-native/docs/android-setup.html'
|
'https://facebook.github.io/react-native/docs/getting-started.html'
|
||||||
));
|
));
|
||||||
// stderr is automatically piped from the gradle process, so the user
|
// stderr is automatically piped from the gradle process, so the user
|
||||||
// should see the error already, there is no need to do
|
// should see the error already, there is no need to do
|
||||||
|
|
Loading…
Reference in New Issue