Search Issue Tracker
By Design
Votes
2
Found in
2018.3.0f2
Issue ID
1116954
Regression
Yes
[Android] Gradle build fails with "More than one file was found with OS independent path 'play-services-basement.properties'"
Repro steps:
1. Open QA attached project (link in edit)
2. Build for Android
Actual: Build failure: "More than one file was found with OS independent path 'play-services-basement.properties'
Reproducible with: 2017.4.20f1, 2018.3.3f1, 2019.1.0a14, 2019.2.0a2
Notes:
- Reproduces with Mono and IL2CPP
Comments (2)
-
Squirenetic
Feb 17, 2019 04:10
Unity version 2018.2 12f1
-
Squirenetic
Feb 17, 2019 04:09
Getting the same when trying to do an Android build with after installing Ultimate Mobile Pro from Stan's Assets, activating iOS & Android local and remote notifications and installing Firebase Cloud Messaging and Analytics. Game runs fine in editor
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- UnityLinker causes crash when outputting snapshot data for very large projects
- Camera Preview does not detect multiple cameras with same GameObject name
- Crash on TypeTreeIterator::Children() when renaming a corrupted asset while Asset Serialization is set to Mixed
- Cameras (Camera.targetDisplay) render only to Display 0 in the Player when Multi-Display setup is used and DX12 API is set
- [Vulkan] _CameraOpaqueTexture produces a feedback effect on Android Adreno devices when using Vulkan
Resolution Note:
The project includes the same android plugins twice - once in the Android/Plugins directory and the second time in the Android/Plugins/lib directory. Removing the duplicate plugins fixes the issue.