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
-
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
- Standalone Player crashes with "TDerived GetOrLoad<TDerived>() where TDerived : T" when IL2CPP Code generation is set to "Faster (smaller) Builds"
- IndexOutOfRangeException and InvalidOperationException when logging XML string
- Script missing in "Assets/Settings/Mobile_Renderer/GlobalVolumeFeature" of "com.unity.template.urp-blank" template
- “Font Asset Creator - Error Code [Invalid_File_Structure]…“ error is logged when generating Font Assets from fonts with meta files from previous Editor versions
- Input.mousePosition returns (NaN, NaN, 0.00) when Scene view is opened
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.