On Tue, Aug 21, 2012 at 3:57 AM, teletextmobile <[email protected]>wrote:
> The concern we are facing now is that we want maintain our brand extension > strategy by having a "Phone Edition" and a "Tablet Edition" of our app in > Google Play but we aren't sure how to achieve this with only one build for > the app. > If I understand what you're saying, then you can't do this with one build (i.e., one APK / one package). > Will Google agree to us submitting the same APK twice? > Google doesn't "agree" to anything. It's simply not possible in Google Play. > Once for the Phone Edition and once for the Tablet Edition? Is there > another way of going about this? Appreciate your suggestions. > You will have to build two separate apps using two distinct packages. This is trivial to do from an existing code base by using Android Library projects. ------------------------------------------------------------------------------------------------- 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

