-
Notifications
You must be signed in to change notification settings - Fork 221
Closed as not planned
Closed as not planned
Copy link
Labels
bugSomething isn't workingSomething isn't working
Description
Description
Open android
with android studio, then gradle build fails:
Starting Gradle Daemon...
Gradle Daemon started in 888 ms
FAILURE: Build completed with 2 failures.
1: Task failed with an exception.
-----------
* Where:
Build file '/Users/njr/demo/android/build.gradle' line: 22
* What went wrong:
A problem occurred evaluating root project 'android'.
> Plugin with id 'com.facebook.react' not found.
* 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.
==============================================================================
2: Task failed with an exception.
-----------
* What went wrong:
A problem occurred configuring root project 'android'.
> compileSdkVersion is not specified. Please add it to build.gradle
* 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.
==============================================================================
BUILD FAILED in 4s
Packages
- create-react-native-library
- react-native-builder-bob
Selected options
β What is the name of the npm package? β¦ react-native-music-library
β What is the description for the package? β¦ Access local music files with metadata
β What is the name of package author? β¦ Your Name
β What is the email address for the package author? β¦ [email protected]
β What is the URL for the package author? β¦ https://github.com/yourusername
β What is the URL for the repository? β¦ https://github.com/yourusername/react-native-music-library
β What type of library do you want to develop? βΊ Turbo module
Link to repro
https://github.com/nodefinity/react-native-music-library
Environment
node: v20.19.0
macOS: 15.3.2
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working