Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

### Build Failure due to Deprecated package Attribute in AndroidManifest.xml #588

Open
meetanshi-satpute opened this issue Jun 29, 2024 · 1 comment

Comments

@meetanshi-satpute
Copy link

Description

I'm encountering a build failure with the @mauron85/react-native-background-geolocation package due to the deprecated package attribute in the AndroidManifest.xml.

Environment

  • React Native version: 0.74.2
  • Java version: 21
  • Gradle version: 8.6
    • @mauron85/react-native-background-geolocation version: 0.6.3
  • Android build tools:
    • buildToolsVersion:"34.0.0"
    • minSdkVersion:23
    • compileSdkVersion:34
    • targetSdkVersion:34
    • ndkVersion:"26.1.10909125"
    • kotlinVersion:"1.9.22"
    • googlePlayServicesVersion:"9.8.0"

Steps to Reproduce

  1. Create a new React Native project.
  2. Install the @mauron85/react-native-background-geolocation package.
  3. Attempt to build the project.

Expected Behavior

The project should build successfully without errors.

Actual Behavior

The build fails with the following error messages:
Screenshot (38)

@mensonones
Copy link

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants