Hi,
I have a project under development, which is using few plug-ins as well.
The thing bothering to me is there are 114 (so far) dll files which gets packed in resulting APK.
I want to merge (with or without ILMerge tool) and compress these dlls in few groups, like systm.x???.dll into system.merged.dll and like wise.
Has anyone tried it? my main motto is to reduce the APK size and at the same time remove clutter from application packaging,
All thoughts - sample (build) scripts are welcome.
Thanks
N Baua
Answers
Hello. Was you successful with that?
Actually I did not...
The proguard tool and other measures used for Android.. for iPhone left as is.