You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
info Running jetifier to migrate libraries to AndroidX. You can disable it using "--no-jetifier" flag.
Jetifier found 1897 file(s) to forward-jetify. Using 8 workers...
info JS server already running.
info Installing the app...
Configure project :app
WARNING: Configuration 'compile' is obsolete and has been replaced with 'implementation' and 'api'.
It will be removed in version 5.0 of the Android Gradle plugin.
For more information, see http://d.android.com/r/tools/update-dependency-configurations.html.
Configure project :react-native-radial-gradient
WARNING: Configuration 'compile' is obsolete and has been replaced with 'implementation' and 'api'.
It will be removed in version 5.0 of the Android Gradle plugin.
For more information, see http://d.android.com/r/tools/update-dependency-configurations.html.
Configure project :react-native-secure-storage
WARNING: Configuration 'compile' is obsolete and has been replaced with 'implementation' and 'api'.
It will be removed in version 5.0 of the Android Gradle plugin.
For more information, see http://d.android.com/r/tools/update-dependency-configurations.html.
WARNING: The specified Android SDK Build Tools version (26.0.3) is ignored, as it is below the minimum supported version (29.0.2) for Android Gradle Plugin 4.0.1.
Android SDK Build Tools 29.0.2 will be used.
To suppress this warning, remove "buildToolsVersion '26.0.3'" from your build.gradle file, as each version of the Android Gradle Plugin now has a default version of the build tools.
WARNING: API 'variant.getJavaCompile()' is obsolete and has been replaced with 'variant.getJavaCompileProvider()'.
It will be removed in version 5.0 of the Android Gradle plugin.
For more information, see https://d.android.com/r/tools/task-configuration-avoidance.
To determine what is calling variant.getJavaCompile(), use -Pandroid.debug.obsoleteApi=true on the command line to display more information.
Configure project :rn-rncryptor
WARNING: Configuration 'compile' is obsolete and has been replaced with 'implementation' and 'api'.
It will be removed in version 5.0 of the Android Gradle plugin.
For more information, see http://d.android.com/r/tools/update-dependency-configurations.html.
What went wrong:
Could not determine the dependencies of task ':app:mergeDebugAssets'.
Could not resolve all task dependencies for configuration ':app:debugRuntimeClasspath'.
Could not resolve project :realm.
Required by:
project :app
> Unable to find a matching configuration of project :realm:
- None of the consumable configurations have attributes.
Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
error Failed to install the app. Make sure you have the Android development environment set up: https://reactnative.dev/docs/environment-setup. Run CLI with --verbose flag for more details.
Error: Command failed: ./gradlew app:installDebug -PreactNativeDevServerPort=8081
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! sphinx@0.1.0 android: BABEL_ENV=dev react-native run-android && adb logcat *:S ReactNative:V ReactNativeJS:V
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the sphinx@0.1.0 android script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
npm ERR! A complete log of this run can be found in:
npm ERR! /home/wdd/.npm/_logs/2021-04-24T00_19_32_044Z-debug.log
`
I've followed react-natives environment setup guide. It helped get me this far.
From what I can tell this is the important part
* What went wrong:
Could not determine the dependencies of task ':app:mergeDebugAssets'.
> Could not resolve all task dependencies for configuration ':app:debugRuntimeClasspath'.
> Could not resolve project :realm.
Required by:
project :app
> Unable to find a matching configuration of project :realm:
- None of the consumable configurations have attributes.
I'm on linux, trying to develop for android.
Output of node --version is:
v14.15.4
Please let me know if there is any additional information I should provide you with.
Thank you for your time. I'm looking forward to contributing.
The text was updated successfully, but these errors were encountered:
Hello, I want to contribute to this project. I'm having trouble getting started.
This is the result of running
npm run android
:`
I've followed react-natives environment setup guide. It helped get me this far.
From what I can tell this is the important part
I'm on linux, trying to develop for android.
Output of
node --version
is:Please let me know if there is any additional information I should provide you with.
Thank you for your time. I'm looking forward to contributing.
The text was updated successfully, but these errors were encountered: