[android-developers] Re: Application error. Error Inflating class

2008-07-02 Thread Deepanjan
Hello Mark, Thanks for the reply. I don't have a XML for the ListActivity layout. I am using the "simple_list_item_1" available in the android package "android.R.layout.simple_list_item_1". I am following the List1.java example class provided in the API demos with the android SDK. Thanks Deepan

[android-developers] Re: Application error. Error Inflating class

2008-07-01 Thread Mark Murphy
> "Application error:" > "An error has occured in .Binary xml file line #xxx: > Error inflating class accelerateInterpolator." You didn't provide us with the XML for your ListActivity layout. Since the error message refers to "inflating", the problem likely is in the layout XML file. One possibi