On Wed, Feb 29, 2012 at 7:05 PM, Ray Tayek <[email protected]> wrote: > sorry, my bad. it is uses the 2.3.3 avd even though the 4.0.3 target is > checked in eclipse. so it seems to be stuck using the 2.3.3 target.
Your build target and AVDs are two separate things. The build target specifies which version of the platform you are building against. This is usually the latest. The AVD defines a configurable runtime environment to test your app against. You need to create a 4.0.3 AVD and choose it when launching your app. ------------------------------------------------------------------------------------------------- TreKing <http://sites.google.com/site/rezmobileapps/treking> - Chicago transit tracking app for Android-powered devices -- 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

