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

setup namespace #440

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

ilies-space
Copy link

Summary

This pull request resolves the issue with the react-native-geolocation-service module failing to build due to a missing namespace in the module's build.gradle file.

`
FAILURE: Build failed with an exception.

  • What went wrong:
    A problem occurred configuring project ':react-native-geolocation-service'.

Could not create an instance of type com.android.build.api.variant.impl.LibraryVariantBuilderImpl.
Namespace not specified. Specify a namespace in the module's build file. See https://d.android.com/r/tools/upgrade-assistant/set-namespace for information about setting the namespace.

`

Test Plan

Build successfully on Gradle > 8.0.1

@yousrasd
Copy link

yousrasd commented Aug 15, 2024

@ilies-space Good 👍 I think you also need to remove it from AndroidManifest.
The build error I get tells me so: #441.

@ilies-space Could you please remove the package attribute from AndroidManifest?

@yousrasd
Copy link

When will this change be merged? My app build is failing due to this.

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

Successfully merging this pull request may close these issues.

2 participants