0

An error box appear with a message of java heap space error. What does this error means. I cant solve it. It results in not responding the status of eclipse

Ameer
  • 2,709
  • 1
  • 28
  • 44
vanooja
  • 1
  • 2

2 Answers2

0

Your eclipse.ini settings will take effect only if you change following:

Run -> External Tools -> External Tool

Configurations. go to configuration that u use, under jre tab -select option

Run in same JRE in workspace.

Check
Error “java heap size” in Eclipse Android?

Community
  • 1
  • 1
Ameer
  • 2,709
  • 1
  • 28
  • 44
0

I too had a same problem before few week and i tried this solution

Turned off your Lint checking it will stop checking error.

For turning of Lint checking go to

Windows -> Preferences -> Android -> Lint error checking

and uncheck this two.

When saving file, check for errors, and

Run full error check.....

Hope this will help you.

For more reference you can visit Eclipse "Java heap space" error, Eclipse not responding

Community
  • 1
  • 1
InnocentKiller
  • 5,234
  • 7
  • 36
  • 84