Search Issue Tracker
Fixed in 6000.1.0a6
Fixed in 6000.0.32f1, 6000.1.X, 7000.0.0a16, future release
Votes
0
Found in
6000.0.24f1
Issue ID
UUM-85667
Regression
Yes
[Android] The namespace is removed in the exported AndroidManifest.xml file when exporting an Android project with a custom manifest
Reproduction steps:
1. Open the attached project "ReproProj"
2. Open Build Settings (File > Build Settings)
3. Switch to Android Platform
4. Make sure “Scenes/SampleScene“ is selected in the Scenes List
5. Select “Export Project”
6. Click “Export”
7. Open “\where-you-placed-your-exported-project\unityLibrary\src\main\AndroidManifest.xml”
8. Search for “enable-feature android:name="com.amazon.device.messaging“
Expected result: “<amazon:enable-feature android:name="com.amazon.device.messaging" android:required="true" />“ exists
Actual result: “<enable-feature android:name="com.amazon.device.messaging" android:required="true" />” is present
Reproducible with: 2023.1.0a16, 6000.0.24f1, 6000.1.0a1
Not reproducible with: 2021.3.45f1, 2022.3.51f1, 2023.1.0a15
Testing environment: Windows 10 Enterprise 21H2
Not reproducible on: No other environment tested
Notes:
- In the “/Assets/Plugins/Android/AndroidManifest.xml“ file the correct tag is present
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Text cursor remains visible when hovering over Command Line Arguments scrollbar in Unity Hub
- UI Builder’s "Background" icons for Repeat Y/X, Position X/Y and Slice Type are low quality and blurry in the Inspector window
- “X” button in Editor version search filter is difficult to see when Unity Hub theme is set to Dark
- [Android] The y-value of Input.mouseScrollDelta is positive when scrolling in both directions in the Player
- Crash on TexturesD3D11Base::SetTexture when using DirectX11
Add comment