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

Read android resource package from the manifest instead of using the AndroidIdeInfo.java_package provider API. #5849

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

Conversation

copybara-service[bot]
Copy link

Read android resource package from the manifest instead of using the AndroidIdeInfo.java_package provider API.

Since the API AndroidIdeInfo.java_package cannot always know the actual package that the R class is generated in, switch to reading that informatiob from the manifest file. We rely on AndroidIdeInfo to provide us with the manifest file location and then parse the package name from that in the IDE.

@copybara-service copybara-service bot added the copybara-exported Added to PRs opened by copybara-service label Dec 14, 2023
…`AndroidIdeInfo.java_package` provider API.

Since the API `AndroidIdeInfo.java_package` cannot always know the actual package that the `R` class is generated in, switch to reading that informatiob from the manifest file. We rely on `AndroidIdeInfo` to provide us with the manifest file location and then parse the package name from that in the IDE.

PiperOrigin-RevId: 590919016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
copybara-exported Added to PRs opened by copybara-service
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants