Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save kevinvangelder/660327f796e1b3cc1398b85ca88f236f to your computer and use it in GitHub Desktop.
Save kevinvangelder/660327f796e1b3cc1398b85ca88f236f to your computer and use it in GitHub Desktop.
Microsoft Windows [Version 10.0.14316]
(c) 2016 Microsoft Corporation. All rights reserved.
C:\Users\Kevin>bash
bash-3.1$ cd /d
bash-3.1$ pwd
/d
bash-3.1$ cd Code/
bash-3.1$ cd HelloWorld/
bash-3.1$ ls
android index.android.js index.ios.js ios node_modules package.json
bash-3.1$ react-native run-android
Starting JS server...
Starting the packager in a new window is not supported on Windows yet.
Please start it manually using 'react-native start'.
We believe the best Windows support will come from a community of people
using React Native on Windows on a daily basis.
Would you be up for sending a pull request?
Building and installing the app on the device (cd android && gradlew.bat installDebug...
:app:preBuild UP-TO-DATE
:app:preDebugBuild UP-TO-DATE
:app:checkDebugManifest
:app:preReleaseBuild UP-TO-DATE
:app:prepareComAndroidSupportAppcompatV72301Library UP-TO-DATE
:app:prepareComAndroidSupportRecyclerviewV72301Library UP-TO-DATE
:app:prepareComAndroidSupportSupportV42301Library UP-TO-DATE
:app:prepareComFacebookFrescoDrawee081Library UP-TO-DATE
:app:prepareComFacebookFrescoFbcore081Library UP-TO-DATE
:app:prepareComFacebookFrescoFresco081Library UP-TO-DATE
:app:prepareComFacebookFrescoImagepipeline081Library UP-TO-DATE
:app:prepareComFacebookFrescoImagepipelineOkhttp081Library UP-TO-DATE
:app:prepareComFacebookReactReactNative0231Library UP-TO-DATE
:app:prepareOrgWebkitAndroidJscR174650Library UP-TO-DATE
:app:prepareDebugDependencies
:app:compileDebugAidl UP-TO-DATE
:app:compileDebugRenderscript UP-TO-DATE
:app:generateDebugBuildConfig UP-TO-DATE
:app:generateDebugAssets UP-TO-DATE
:app:mergeDebugAssets UP-TO-DATE
:app:generateDebugResValues UP-TO-DATE
:app:generateDebugResources UP-TO-DATE
:app:mergeDebugResources UP-TO-DATE
:app:bundleDebugJsAndAssets SKIPPED
:app:processDebugManifest UP-TO-DATE
:app:processDebugResources UP-TO-DATE
:app:generateDebugSources UP-TO-DATE
:app:processDebugJavaRes UP-TO-DATE
:app:compileDebugJavaWithJavac UP-TO-DATE
:app:compileDebugNdk UP-TO-DATE
:app:compileDebugSources UP-TO-DATE
:app:preDexDebug UP-TO-DATE
:app:dexDebug UP-TO-DATE
:app:validateDebugSigning
:app:packageDebug UP-TO-DATE
:app:zipalignDebug UP-TO-DATE
:app:assembleDebug UP-TO-DATE
:app:installDebug
Installing APK 'app-debug.apk' on 'emulator-5554 - 6.0'
Installed on 1 device.
BUILD SUCCESSFUL
Total time: 11.528 secs
'adb' is not recognized as an internal or external command,
operable program or batch file.
Starting the app (D:/AndroidSDK/platform-tools/adb shell am start -n com.helloworld/.MainActivity...
Starting: Intent { cmp=com.helloworld/.MainActivity }
bash-3.1$ react-native start
┌────────────────────────────────────────────────────────────────────────────┐
│ Running packager on port 8081. │
│ │
│ Keep this packager running while developing on any JS projects. Feel │
│ free to close this tab and run your own packager instance if you │
│ prefer. │
│ │
│ https://github.com/facebook/react-native │
│ │
└────────────────────────────────────────────────────────────────────────────┘
Looking for JS files in
d:\Code\HelloWorld
[10:21:30 PM] <START> Building Dependency Graph
[10:21:30 PM] <START> Crawling File System
[Hot Module Replacement] Server listening on /hot
React packager ready.
[10:21:38 PM] <START> request:/index.android.bundle?platform=android&dev=true&hot=false&minify=false
[10:21:38 PM] <START> find dependencies
[10:22:27 PM] <END> Crawling File System (56346ms)
[10:22:27 PM] <START> Building in-memory fs for JavaScript
[10:22:27 PM] <END> Building in-memory fs for JavaScript (522ms)
[10:22:27 PM] <START> Building in-memory fs for Assets
[10:22:28 PM] <END> Building in-memory fs for Assets (436ms)
[10:22:28 PM] <START> Building Haste Map
[10:22:28 PM] <START> Building (deprecated) Asset Map
[10:22:28 PM] <END> Building (deprecated) Asset Map (92ms)
[10:22:28 PM] <END> Building Haste Map (423ms)
[10:22:28 PM] <END> Building Dependency Graph (57767ms)
transformed 522/522 (100%)
[10:22:40 PM] <END> find dependencies (61864ms)
[10:22:42 PM] <END> request:/index.android.bundle?platform=android&dev=true&hot=false&minify=false (64326ms)
@kevinvangelder
Copy link
Author

For ease of reading, I've inserted extra lines between commands.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment