On Fri, Apr 27, 2012 at 2:51 AM, fachhoch <[email protected]> wrote: > if I want to deploy my app in a real device should that device sdk > version match with my app sdk version?
Not necessarily. http://developer.android.com/guide/appendix/api-levels.html > Also how can I find the sdk > version of any device? Build.VERSION.SDK_INT (in the android.os package). -- Mark Murphy (a Commons Guy) http://commonsware.com | http://github.com/commonsguy http://commonsware.com/blog | http://twitter.com/commonsguy Android 4.0 Programming Books: http://commonsware.com/books -- 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

