RNGP – Autolinking: project.android.packageName konnte in der React-Native-Konfigurationsausgabe nicht gefunden werden! Android

Forum für diejenigen, die für Android programmieren
Guest
 RNGP – Autolinking: project.android.packageName konnte in der React-Native-Konfigurationsausgabe nicht gefunden werden!

Post by Guest »

Ich versuche, npx reagieren-native run-android --deviceId emulator-5554 auszuführen
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
Paketname in „react-native.config.js“ hinzugefügt

Code: Select all

module.exports = {
project: {
android: {
sourceDir: './android',
packageName: 'com.mypack.laundrycustomer', // Ensure this matches your app's package name
},
},
};
Fügen Sie in main/AndroidManifest.xml den Paketnamen hinzu

Code: Select all



und dann ./gradlew clean ausführen
Build ist erfolgreich
aber dies gibt einen Fehler aus

npx reagieren-native run-android --deviceId emulator-5554

Quick Reply

Change Text Case: 
   
  • Similar Topics
    Replies
    Views
    Last post