I am so tired of this java heap space error on my eclipse whenever I build my android application. I add 9 libraries to my android application. (Right click on project name -> Properties -> Android -> Add library).
In some forums, I find people asking to make changes in eclipse.ini
file and some saying to add user library and add jars to it. And add user library to my app.
I have changed my MaxPermSize
to 1024 in eclipse.ini
. It didnt help
When I add user library to my app, my app is not able to recognise app_compat_v7.jar
. It throws error on styles file where I use Theme.Appcompat.Light
May I know where I am going wrong ? Any help will be appreciated.