Search Issue Tracker
By Design
Votes
0
Found in
5.6.3p1
Issue ID
943469
Regression
No
Unity tries to find a not existing classes.jar file in play-services.aar which results in failing Android build
Error: "IOException: Failed to Move File / Directory from 'Temp/StagingArea\android-libraries\play-services-10.2.0\classes.jar' to 'Temp/StagingArea\android-libraries\play-services-10.2.0\libs\classes.jar'."
Steps to reproduce:
1. Open attached project
2. Try to build for Android
-failed to move classes.jar file error appears
Actual result: Unity is trying to move a classes.jar file that doesn't exist.
Expected result: Unity shouldn't look for a file which doesn't exist in the first place.
Note: play-services.aar file is taken from "android\extras\google\m2repository\com\google\android\gms\play-services\10.2.0"
Reproduced with: 5.5.4p2, 5.6.3p1, 2017.3.0a4
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- “Remove Unused Overrides” available on not loaded Scene and throws “ArgumentException: The scene is not loaded” warning
- Adaptive Probe Volume occlusion edge is calculated incorrectly when viewing probes near geometry edges
- Sampling a texture using an HLSL file throws shader errors and the code does not compile
- "Graphics.CopyTexture called with null source texture" error when Base Camera of an Overlay Camera is removed with DX11 Graphics API and Compatibility Mode enabled
- WebGL sends wrong value with large numbers when SendMessage function is used
Add comment