It works the following way: - you can keep building your project against a previous version and install it on the Honeycomb emulator. - if you compile against the Honeycomb APIs then it can only be installed on the Honeycomb preview emulator (because to build you have to put "Honeycomb" in the minSdkVersion of your manifest instead of an integer). This is because the current platform is tagged as being a preview. Those APIs are likely to change so we don't want you to publish something that will crash on the final version of Honeycomb.
On Thu, Jan 27, 2011 at 12:53 AM, String <sterling.ud...@googlemail.com> wrote: > From the release notes: > > You cannot publish an application that's built against the preview SDK—you > can only run an application built against the Preview SDK on the Android > emulator. > > I take this to mean that, if I install the preview SDK, I can't publish ANY > apps from that installation - even if the android:targetSdkVersion <= 9. > Which means that, without a spare high-end machine to throw at it, the > preview SDK is useless to me (and I'm sure, many others). > Or am I reading this wrong? Is the publishability actually controlled by > the android:targetSdkVersion value? Xavier? > String > > -- > You received this message because you are subscribed to the Google > Groups "Android Developers" group. > To post to this group, send email to android-developers@googlegroups.com > To unsubscribe from this group, send email to > android-developers+unsubscr...@googlegroups.com > For more options, visit this group at > http://groups.google.com/group/android-developers?hl=en -- Xavier Ducrohet Android SDK Tech Lead Google Inc. http://developer.android.com | http://tools.android.com Please do not send me questions directly. Thanks! -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to android-developers+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/android-developers?hl=en