Page 1 of 1

Library incrementing final application size

Posted: Thu May 22, 2014 9:58 am
by 16969268
Hi,

I have a general question. When we add ‘TeeChart.Android.jar’ on to our project final project size increases by 1.4MB (because of this jar)
Is there any way we can reduce this as we don’t use all features of your product. We only use several charts.

Thanks
Saman

Re: Library incrementing final application size

Posted: Thu May 22, 2014 11:01 am
by yeray
Hi Saman,

I've split the post into a new topic again.
Please, open a new thread to ask new questions

Regarding the question,
Saman wrote:When we add ‘TeeChart.Android.jar’ on to our project final project size increases by 1.4MB (because of this jar)
Is there any way we can reduce this as we don’t use all features of your product. We only use several charts.
The only way I an think to reduce this would be owning the sources and removing all the unneeded classes from it. Then you should be able to link your "lite" version of the sources to your project and rebuild it.