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
- Required SpriteMask class (ID 331) is stripped when "Strip Engine Code" is enabled
- “Maximized serialized file backup not found” error is thrown when minimizing a window in a newly opened project
- Build stack trace contains invalid lines when building with IL2CPP using scripts with delegates containing generic types in the signature
- Entities Systems window has a “Show Full Player Loop” dropdown which does nothing when clicked after enabling “Show Full Player Loop”
- Entities Hierarchy Search “Show/Hide” button’s Lens Icon is blurry when the Editor is on an external monitor
Add comment