microsoft/vscode-react-native

Public

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

CodeCommitsIssuesPull requestsActionsInsightsSecurity
0.6.4

Branches

Tags

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

Clone

HTTPS

Download ZIP

test/resources/processExecutionsRecordings/react-native/run-android/win10-rn0.22.2/failsDueToAndroidFolderMissing.json

61lines · modecode

1{
2 "title": "react-native run-android fails because the android project folder is missing",
3 "arguments": {
4 "command": "react-native.cmd",
5 "args": [
6 "run-android"
7 ],
8 "options": {
9 "cwd": "c:\\projects\\SampleApplication_22"
10 }
11 },
12 "date": "2016-03-23T19:07:17.224Z",
13 "configuration": {
14 "os": {
15 "platform": "Windows 10 Entreprise",
16 "release": "Version 1511 (OS Build 10586.164)"
17 },
18 "android": {
19 "sdk": {
20 "tools": "24.4.1",
21 "platformTools": "23.1",
22 "buildTools": "23.0.1",
23 "repositoryForSupportLibraries": "28"
24 },
25 "intelHAXMEmulator": "6.0.1",
26 "visualStudioEmulator": "1.0.60106.1"
27 },
28 "reactNative": "0.22.2",
29 "node": "5.9.1",
30 "npm": "3.7.3"
31 },
32 "state": {
33 "reactNative": {
34 "packager": "Running"
35 },
36 "devices": {
37 "android": [],
38 "ios": []
39 }
40 },
41 "events": [
42 {
43 "after": 1461,
44 "stderr": {
45 "data": "'which' is not recognized as an internal or external command,\r\noperable program or batch file.\r\n"
46 }
47 },
48 {
49 "after": 119,
50 "stdout": {
51 "data": "Android project not found. Maybe run react-native android first?\n"
52 }
53 },
54 {
55 "after": 1326,
56 "exit": {
57 "code": 0
58 }
59 }
60 ]
61}