Arsip Blog

Maximum Line Width on Eclipse

If we are working on Eclipse, then we are formatting code with CTRL + SHIFT + F we get the code is not nape because the line is going down by limit line width. To fix this: In preferences Java

Tagged with:
Ditulis dalam Java

Android Override Error in Eclipse

If we are develop Android Applications on Eclipse and get this error: Android requires .class compatibility set to 5.0. Please fix project properties. or Error on @Override annotations. This is only valid from Java 6 onward. It’s an error in

Tagged with: , ,
Ditulis dalam Android, Java