I know this error appeared on forum million of times, but please help me find what I missed. I\'m trying to do simple tab orientated application,I don\'t have much (except e
It was my own stupidity:
java.text.DateFormat dateFormat = android.text.format.DateFormat.getDateFormat(getApplicationContext());
Putting this inside onCreate() method fixed my problem.
onCreate()