Basically, you want to prevent the VM from trying to load classes that contain references to classes and methods that don't exist in the target platform. Wrapping the immediate code with a check for SDK_INT doesn't prevent the JVM class loader from trying to make sense of the symbols in a class at run time.
Doug On Friday, March 18, 2011 5:30:41 AM UTC-7, Kirill wrote: > > I want to support android 1,6 and at the same time autocomplite e- > mail in other vesrions of SDK > > This is my problem > Thant you > > -- > Kirill -- 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

