public static boolean gerouLog(Context context){
return true;
}
When I access this method through the MainActivity class, it gives the following error:
the source attachment does not contain the source for the classloader.class android file
Code that is accessing the method in the MainActivity class:
import meus_utils.UtilLog;
public static boolean retornaGerouLog()
{
boolean b = utillogs.gerouLog(this);
return b;
}
omyactivity:
<activityandroid:name=".MainActivity"
android:label="@string/app_name" >
and java -version and javac -version have the same values