Question by
Vladislav-Hromyh · Nov 28, 2016 at 09:15 AM ·
androidsizedlldependenciesreduce
Exclude dlls from build
Hi! I build my app into apk file and get editor log that makes me kind of dissapoinmented.
There are dependencies in my build: Mono.Security.dll System.Core.dll System.dll mscorlib.dll UnityEngine.dll UnityEngine.Networking.dll Assembly-Sharp.dll
And I tend to think that by using mscorlib into stripping level could make me free of System.dll.
I use nothing special but only IEnumerators and primitive types.
Could someone suggest what can I do for exlude non-using dlls ?
Thank you!
Comment
Your answer
Follow this Question
Related Questions
Reduce DLL size in Android Project 0 Answers
How to reduce initial build size for Android 0 Answers
App size too big IOS 8 Answers
Why does a simple scene take up almost 50mb on android? 1 Answer
Gui same size on all resolutions? 1 Answer