Thursday, December 29, 2011

How to add icons to Preference example in Android

If you are having a pain in the ass getting this to work. Download the example from here

http://www.ziddu.com/download/17996784/preference_icon_example.zip.html

Wednesday, December 7, 2011

StackOverflow error in Eclipse ?

Today, friend of mine Kitaro Nu shared this information with me.

This error is likely to happen if you have two library projects and they both refer each other.

· Project A import project B and Project B import Project A .

Thursday, December 1, 2011

Unable to create editor ID org.eclipse.jdt.ui.PropertiesFileEditor: Editor could not be initialized. Java heap space

Today, after I took the latest version of a component and try to rebuild the work space i started to getting this error.

To solve this,
1. Had to close eclipse and restart
2. Run eclipse with clean command
\eclipse\eclipse.exe -clean
3. delete

workspace\.metadata\.plugins\org.eclipse.jdt.core
workspace\metadata\.plugins\org.eclipse.core.resources\.history

worked for me!