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

Commits on Dec 14, 2023

  1. 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.
    
    PiperOrigin-RevId: 590919016
    Googler authored and copybara-github committed Dec 14, 2023
    Configuration menu
    Copy the full SHA
    b125b5f View commit details
    Browse the repository at this point in the history