thanks Kostya.ur means that if i want to run my apps on api 4 then change my code according to api 4 classes.when i change the code according to api 4.it work very properly in API 8
On Mar 21, 10:42 pm, Kostya Vasilyev <[email protected]> wrote: > Your code probably uses Android classes or methods that didn't yet exist > in API 4. > > Bring up Properties on your project, select Android in the list on the > left, and select Android 1.6 for building. > > Then go through compile errors, and remove or change all code that > cannot work with API level 4. > > -- Kostya > > 21.03.2011 20:38, rishabh agrawal пишет: > > > I was create my application as a android sdk api 8.and written all the > > code.bu now i want run on a sdk api 4.with the help of mainfest file i > > changed minSdkVersion="4",But when i installed on it then unexpected > > error are created.......In this apps i used Tab..some tab work > > properly but some not.Please help me how to remove this error....with > > the help of try& catch i doesnt remove these error.it is possible > > that i run my apps on vesion 4..... > > -- > Kostya Vasilyev --http://kmansoft.wordpress.com -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

