und dieser Fehler tritt auf
Code: Select all
> Configure project :react-native-reanimated
Android gradle plugin: 8.6.0
Gradle: 8.10.2
> Task :app:generateAutolinkingPackageList FAILED
FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':app:generateAutolinkingPackageList'.
> RNGP - Autolinking: Could not find project.android.packageName in react-native config output! Could not autolink packages without this field.
* 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 9.0.
You can use '--warning-mode all' to show the individual deprecation warnings and determine if they come from your own scripts or plugins.
For more on this, please refer to https://docs.gradle.org/8.10.2/userguide/command_line_interface.html#sec:command_line_warnings in the Gradle documentation.
BUILD FAILED in 5s
10 actionable tasks: 4 executed, 6 up-to-date
Code: Select all
module.exports = {
project: {
android: {
sourceDir: './android',
packageName: 'com.mypack.laundrycustomer', // Ensure this matches your app's package name
},
},
};
Code: Select all
Build ist erfolgreich
aber dies gibt einen Fehler aus
npx reagieren-native run-android --deviceId emulator-5554