[Monodroid] Build Settings

Jonathan Pryor jpryor at novell.com
Tue Mar 1 11:18:20 EST 2011


On Mar 1, 2011, at 11:04 AM, Paul Camacho wrote:
> I noticed in the build settings you can set the Minimum Android version to "automatic".
> 
> How does that work? Does that automatically use the smallest SDK 4 as the least common denominator?

No, it looks at $AndroidSdkDirectory/platforms and grabs the highest-valued directory it files, e.g if you have API level 11 installed, then $AndroidSdkDirectory/platforms/android-11 will exist, and that'll be used by default.

In short, "automatic" means "latest and greatest."

 - Jon



More information about the Monodroid mailing list