react-native-background-geolocation icon indicating copy to clipboard operation
react-native-background-geolocation copied to clipboard

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

Open meetanshi-satpute opened this issue 1 year ago • 1 comments

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)

meetanshi-satpute avatar Jun 29 '24 05:06 meetanshi-satpute

Hey! See fork: https://github.com/mensonones/react-native-background-geolocation

mensonones avatar Oct 10 '24 17:10 mensonones