Re: Level-List
I got the same problem. For me it was that the XML file was added to 'values' folder, not 'drawable' Hope that helps.
Informacja: 2010-03-10
Czytaj: Re: Level-List
Re: activitynotfound exception
Inside onClick of Button u do the below steps Intent intent = new Intent(this, MyPreferenceActivity.class); startActivity(intent); Regards, SREEHARI
Informacja: 2010-03-10
Czytaj: Re: activitynotfound exception