microsoft/vscode-react-native

Public

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

CodeCommitsIssuesPull requestsActionsInsightsSecurity
0.6.17

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.21.0/failsDueToAndroidFolderMissing.json

55lines · 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_21"
10 }
11 },
12 "date": "2016-03-23T03:15:04.037Z",
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.21.0",
29 "node": "4.4.0",
30 "npm": "2.14.20"
31 },
32 "state": {
33 "reactNative": {
34 "packager": "Running"
35 },
36 "devices": {
37 "android": [],
38 "ios": []
39 }
40 },
41 "events": [
42 {
43 "after": 3975,
44 "stdout": {
45 "data": "Android project not found. Maybe run react-native android first?\n"
46 }
47 },
48 {
49 "after": 1412,
50 "exit": {
51 "code": 0
52 }
53 }
54 ]
55}