Created
November 2, 2017 22:22
-
-
Save dk0r/3794b96fcd9e728ef75ef236cbc59592 to your computer and use it in GitHub Desktop.
react-native run-android
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
react-native run-android | |
Scanning folders for symlinks in /Users/admin/Workspace/test/node_modules (5ms) | |
JS server already running. | |
Building and installing the app on the device (cd android && ./gradlew installDebug)... | |
Incremental java compilation is an incubating feature. | |
:app:preBuild UP-TO-DATE | |
:app:preDebugBuild UP-TO-DATE | |
:app:checkDebugManifest | |
:app:preReleaseBuild UP-TO-DATE | |
:app:prepareComAndroidSupportAppcompatV72301Library | |
:app:prepareComAndroidSupportSupportV42301Library | |
:app:prepareComFacebookFbuiTextlayoutbuilderTextlayoutbuilder100Library | |
:app:prepareComFacebookFrescoDrawee130Library | |
:app:prepareComFacebookFrescoFbcore130Library | |
:app:prepareComFacebookFrescoFresco130Library | |
:app:prepareComFacebookFrescoImagepipeline130Library | |
:app:prepareComFacebookFrescoImagepipelineBase130Library | |
:app:prepareComFacebookFrescoImagepipelineOkhttp3130Library | |
:app:prepareComFacebookReactReactNative0495Library | |
:app:prepareComFacebookSoloaderSoloader010Library | |
:app:prepareOrgWebkitAndroidJscR174650Library | |
:app:prepareDebugDependencies | |
:app:compileDebugAidl | |
:app:compileDebugRenderscript | |
:app:generateDebugBuildConfig | |
:app:mergeDebugShaders | |
:app:compileDebugShaders | |
:app:generateDebugAssets | |
:app:mergeDebugAssets | |
:app:generateDebugResValues | |
:app:generateDebugResources | |
:app:mergeDebugResources | |
:app:bundleDebugJsAndAssets SKIPPED | |
:app:processDebugManifest | |
:app:processDebugResources | |
:app:generateDebugSources | |
:app:incrementalDebugJavaCompilationSafeguard | |
:app:compileDebugJavaWithJavac | |
:app:compileDebugJavaWithJavac - is not incremental (e.g. outputs have changed, no previous execution, etc.). | |
:app:compileDebugNdk UP-TO-DATE | |
:app:compileDebugSources | |
:app:transformClassesWithDexForDebug | |
Running dex in-process requires build tools 23.0.2. | |
For faster builds update this project to use the latest build tools. | |
:app:mergeDebugJniLibFolders | |
:app:transformNative_libsWithMergeJniLibsForDebug | |
:app:processDebugJavaRes UP-TO-DATE | |
:app:transformResourcesWithMergeJavaResForDebug | |
:app:validateSigningDebug | |
:app:packageDebug | |
:app:assembleDebug | |
:app:installDebug | |
Installing APK 'app-debug.apk' on 'pixel-xl-26(AVD) - 8.0.0' for app:debug | |
Installed on 1 device. | |
BUILD SUCCESSFUL | |
Total time: 22.342 secs | |
This build could be faster, please consider using the Gradle Daemon: https://docs.gradle.org/2.14.1/userguide/gradle_daemon.html | |
Running /Users/admin/Library/Android/sdk//platform-tools/adb -s emulator-5554 reverse tcp:8081 tcp:8081 | |
Starting the app on emulator-5554 (/Users/admin/Library/Android/sdk//platform-tools/adb -s emulator-5554 shell am start -n com.renametest/com.renametest.MainActivity)... | |
Starting: Intent { cmp=com.renametest/.MainActivity } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment