Created
October 16, 2017 00:59
-
-
Save Ashoat/83a8dd7602e9a2b06c6afa409210c94e to your computer and use it in GitHub Desktop.
This file contains 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
Scanning folders for symlinks in /Users/ashoat/Dropbox/src/react-native-tag-input/Example/node_modules (11ms) | |
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:prepareComAndroidSupportRecyclerviewV72301Library | |
:app:prepareComAndroidSupportSupportV42301Library | |
:app:prepareComFacebookFrescoDrawee081Library | |
:app:prepareComFacebookFrescoFbcore081Library | |
:app:prepareComFacebookFrescoFresco081Library | |
:app:prepareComFacebookFrescoImagepipeline081Library | |
:app:prepareComFacebookFrescoImagepipelineOkhttp081Library | |
:app:prepareComFacebookReactReactNative0201Library | |
: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 | |
warning: string 'catalyst_debugjs' has no default translation. | |
warning: string 'catalyst_element_inspector' has no default translation. | |
warning: string 'catalyst_jsload_error' has no default translation. | |
warning: string 'catalyst_jsload_message' has no default translation. | |
warning: string 'catalyst_jsload_title' has no default translation. | |
warning: string 'catalyst_reloadjs' has no default translation. | |
warning: string 'catalyst_settings' has no default translation. | |
warning: string 'catalyst_settings_title' has no default translation. | |
:app:generateDebugSources | |
:app:incrementalDebugJavaCompilationSafeguard | |
:app:compileDebugJavaWithJavac | |
:app:compileDebugJavaWithJavac - is not incremental (e.g. outputs have changed, no previous execution, etc.). | |
/Users/ashoat/Dropbox/src/react-native-tag-input/Example/android/app/src/main/java/com/example/MainApplication.java:5: error: cannot find symbol | |
import com.facebook.react.ReactApplication; | |
^ | |
symbol: class ReactApplication | |
location: package com.facebook.react | |
/Users/ashoat/Dropbox/src/react-native-tag-input/Example/android/app/src/main/java/com/example/MainApplication.java:6: error: cannot find symbol | |
import com.facebook.react.ReactNativeHost; | |
^ | |
symbol: class ReactNativeHost | |
location: package com.facebook.react | |
/Users/ashoat/Dropbox/src/react-native-tag-input/Example/android/app/src/main/java/com/example/MainApplication.java:14: error: cannot find symbol | |
public class MainApplication extends Application implements ReactApplication { | |
^ | |
symbol: class ReactApplication | |
/Users/ashoat/Dropbox/src/react-native-tag-input/Example/android/app/src/main/java/com/example/MainApplication.java:16: error: cannot find symbol | |
private final ReactNativeHost mReactNativeHost = new ReactNativeHost(this) { | |
^ | |
symbol: class ReactNativeHost | |
location: class MainApplication | |
/Users/ashoat/Dropbox/src/react-native-tag-input/Example/android/app/src/main/java/com/example/MainApplication.java:36: error: cannot find symbol | |
public ReactNativeHost getReactNativeHost() { | |
^ | |
symbol: class ReactNativeHost | |
location: class MainApplication | |
/Users/ashoat/Dropbox/src/react-native-tag-input/Example/android/app/src/main/java/com/example/MainActivity.java:5: error: MainActivity is not abstract and does not override abstract method getPackages() in ReactActivity | |
public class MainActivity extends ReactActivity { | |
^ | |
/Users/ashoat/Dropbox/src/react-native-tag-input/Example/android/app/src/main/java/com/example/MainApplication.java:16: error: cannot find symbol | |
private final ReactNativeHost mReactNativeHost = new ReactNativeHost(this) { | |
^ | |
symbol: class ReactNativeHost | |
location: class MainApplication | |
/Users/ashoat/Dropbox/src/react-native-tag-input/Example/android/app/src/main/java/com/example/MainApplication.java:35: error: method does not override or implement a method from a supertype | |
@Override | |
^ | |
8 errors | |
:app:compileDebugJavaWithJavac FAILED | |
FAILURE: Build failed with an exception. | |
* What went wrong: | |
Execution failed for task ':app:compileDebugJavaWithJavac'. | |
> Compilation failed; see the compiler error output for details. | |
* Try: | |
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. | |
BUILD FAILED | |
Total time: 11.633 secs | |
Could not install the app on the device, read the error above for details. | |
Make sure you have an Android emulator running or a device connected and have | |
set up your Android development environment: | |
https://facebook.github.io/react-native/docs/android-setup.html |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment