I am developing a java app for nokia s40 mobiles. My jar file increases more than 1 mb.
When i installed my app on device it say
“Too large file to install”
How do I solve this issue?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You can use Proguard to shrink your .Jar file.
It’s Configuration is very easy. Just configure it in your Wireless Toolkit and when you create .Jar file create it with “Create Obfuscated Package” option from Project Menu’s Package Option.
It will reduce size of your .Jar file.