I am trying to start the responsive application first with react-native run-android . I expect it to work, as with the react-native run-ios call. You have many users with the same error here on the stack, "Failed to notify listener on project evaluation."
Observed behavior
> react-native run-android Scanning folders for symlinks in /Users/tiagogouvea/www/go-along/mobile/node_modules (12ms) JS server already running. Building and installing the app on the device (cd android && ./gradlew installDebug)... WARNING: An illegal reflective access operation has occurred WARNING: Illegal reflective access by org.gradle.internal.reflect.JavaMethod (file:/Users/tiagogouvea/.gradle/wrapper/dists/gradle-4.0-milestone-1-all/2rnr7rhi2zsmkxo9re7615fy6/gradle-4.0-milestone-1/lib/gradle-base-services-4.0.jar) to method java.lang.ClassLoader.getPackages() WARNING: Please consider reporting this to the maintainers of org.gradle.internal.reflect.JavaMethod WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations WARNING: All illegal access operations will be denied in a future release NDK is missing a "platforms" directory. If you are using NDK, verify the ndk.dir is set to a valid NDK directory. It is currently set to /Users/tiagogouvea/Library/Android/sdk/ndk-bundle. If you are not using NDK, unset the NDK variable from ANDROID_NDK_HOME or local.properties to remove this warning. FAILURE: Build failed with an exception. * What went wrong: A problem occurred configuring project ':app'. > Failed to notify project evaluation listener. > javax/xml/bind/annotation/XmlSchema * Try: Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. BUILD FAILED in 4s 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:
Environment
npm ls react-native-scripts : emptynpm ls react-native : react-native@0.50.3npm ls expo : emptynode -v : v8.0.0npm -v : 5.5.1yarn --version : 1.2.1watchman version : 4.9.0
- Operating System: macOs 10.12.6
- Phone / emulator / simulator and version: Genymotion image
source share