-
Notifications
You must be signed in to change notification settings - Fork 561
Open
Labels
Area: App+Library BuildIssues when building Library projects or Application projects.Issues when building Library projects or Application projects.enhancementProposed change to current functionality.Proposed change to current functionality.
Milestone
Description
Steps to Reproduce
- Create a Xamarin.Forms or Xamarin.Android solution.
- Edit the Android
csprojfile to add the following to aPropertyGroup:
<AndroidManifestPlaceholders>bundleId=com.somebody.something</AndroidManifestPlaceholders>- Edit
AndroidManifest.xmland change thepackageattribute of the root element as follows:
package="${bundleId}"- Build the project.
Expected Behavior
The project is built with a package ID of com.somebody.something.
Actual Behavior
The project is built with a package ID of x__bundleId_.x__bundleId_.
Version Information
VS 16.2 Preview 2, everything latest preview.
Dreamescaper
Metadata
Metadata
Assignees
Labels
Area: App+Library BuildIssues when building Library projects or Application projects.Issues when building Library projects or Application projects.enhancementProposed change to current functionality.Proposed change to current functionality.
