On 9 Aug., 16:59, b0b <[email protected]> wrote: > I have not tried multiple APK support but IMHO it is much trouble for > what it's worth. > It is much more simple to have a universal APK, even if size is > bigger.
Where it works, you're right. But show me how to support Android 1.5 (or even earlier) and Honeycomb features (Action Bar, Fragments, ...) in one apk without going insane with reflection, different classes, and so on. And so far, there are still about as many 1.5 devices out there as Honeycomb tablets. (Which tells a sad story about both update politics and Android tablets, but that's another story that doesn't belong here...) > It could be useful if it allowed to have a BETA version of an app > alongside a STABLE version. This would be nice, too. But it would require a choice by the user, while the current support is to allow the "same" app for different configurations. > The current system doesn't make it easy to have a > once stable version going beta for some period. You could still use a different package. But of course this wouldn't show troubles created by updates (like old/migrated preferences or databases). -- 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

