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
- ArgumentOutOfRangeException is thrown when an empty DropdownField is clicked at runtime
- [tvOS] "EXC_BAD_ACCESS" error is thrown when Painter2D.ClosePath is called
- Bad Naming Convention in Shortcuts Window for Sprite Shape Editing
- Bad Naming Convention in Shortcuts Window for Shader Graph
- Bad Naming Convention in Shortcuts Window for Particle System
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.