[android-developers] Min SDK version vs target SDK vs actual android version app runs on

2011-05-13 Thread Leo
Can somebody clarify where the java libraries get pulled from with regard to Min SDK version vs target SDK version vs actual device android version. When compiling in SDK I see min SDK version android*.jar getting pulled into referenced libraries by the eclipse plugin. But how does that

[android-developers] Min SDK version vs target SDK vs actual android version app runs on

2011-05-13 Thread Leo
Can somebody clarify where the java libraries get pulled from with regard to Min SDK version vs target SDK version vs actual device android version. When compiling in SDK I see min SDK version android*.jar getting pulled into referenced libraries by the eclipse plugin. But how does that

Re: [android-developers] Min SDK version vs target SDK vs actual android version app runs on

2011-05-13 Thread Dianne Hackborn
The mappings between code names, version numbers, and API levels is here: http://developer.android.com/reference/android/os/Build.VERSION_CODES.html On Fri, May 13, 2011 at 8:55 PM, Leo allway...@gmail.com wrote: Can somebody clarify where the java libraries get pulled from with regard to