microsoft/vscode-react-native
Publicmirrored from https://github.com/microsoft/vscode-react-nativeAvailable
dist/src/extension/android/androidPlatform.nls.metadata.json
13lines · modecode
| 1 | { |
| 2 | "messages": [ |
| 3 | "There is no any online target with specified target type '{0}'. Continue with any online target.", |
| 4 | "Device {0} supports only API Level {1}. \n Level {2} is needed to support port forwarding via adb reverse. \n For debugging to work you'll need <Shake or press menu button> for the dev menu, \n go into <Dev Settings> and configure <Debug Server host & port for Device> to be \n an IP address of your computer that the Device can reach. More info at: \n https://facebook.github.io/react-native/docs/debugging.html#debugging-react-native-apps", |
| 5 | "Error while monitoring LogCat" |
| 6 | ], |
| 7 | "keys": [ |
| 8 | "ThereIsNoOnlineTargetWithSpecifiedTargetType", |
| 9 | "DeviceSupportsOnlyAPILevel", |
| 10 | "ErrorWhileMonitoringLogCat" |
| 11 | ], |
| 12 | "filePath": "src/extension/android/androidPlatform" |
| 13 | } |