Search Issue Tracker
Fixed in 2018.3.X
Votes
0
Found in
2018.3.0a7
Issue ID
1067945
Regression
Yes
[Android] IL2CPP build fails "CommandInvokationFailure: Failed to produce 'libunity.so'" when Strip Engine Code is enabled
How to reproduce:
1. Create an empty project
2. Switch platform to Android
3. Delete Analytics Package (as this package causes other building issues)
4. Switch Scripting Backend from Mono to IL2CPP
5. Make sure that Strip Engine Code is enabled
Result: Build fails with an error CommandInvokationFailure: Failed to produce 'libunity.so'.
Reproducible: 2018.3.0a7, 2018.3.0a8
Not reproducible: 2018.3.0a6
Comments (2)
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
- “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
chgeorgiadis
Dec 06, 2019 09:28
Also worked for me 2019.1.14
Riddhesh
Aug 21, 2019 21:02
Try unchecking 'Strip engine code' in player settings & then build. It worked for me.