-
Notifications
You must be signed in to change notification settings - Fork 781
Open
Labels
Description
hi! I wanna to debug Anroid native code
cd android
when I build in Android studio, I got this error:
Build file '/Users/lucy/github/react-native-sound/android/build.gradle' line: 26
A problem occurred evaluating root project 'android'.
> 'org.gradle.api.artifacts.Dependency org.gradle.api.artifacts.dsl.DependencyHandler.module(java.lang.Object)'
* 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.
> Get more help at https://help.gradle.org.
Deprecated Gradle features were used in this build, making it incompatible with Gradle 10.0.
You can use '--warning-mode all' to show the individual deprecation warnings and determine if they come from your own scripts or plugins.
Can someone tell how to debug correctly? thanks a lot!