microsoft/vscode-react-native

Public

mirrored from https://github.com/microsoft/vscode-react-nativeAvailable

CodeCommitsIssuesPull requestsActionsInsightsSecurity
b46c31a0d6b0503019d2ffe05269f464b37a358d

Branches

Tags

  • No tags available.
0Branches0Tags
Go to file
Add file
Code

Clone

HTTPS

Download ZIP

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}