oh, that's a really bad solution! Read the android documentaion: Note: You should generally use multiple APKs to support different device configurations only when your APK is too large (greater than 50MB). Using a single APK to support different configurations is always the best practice, because it makes the path for application updates simple and clear for users (and also makes your life simpler by avoiding development and publishing complexity). Read the section below about Using a Single APK Instead to consider your options before publishing multiple APKs.
2011/9/16 Károly Holczhauser <[email protected]>: > Hi boys! > > Thx for the replies, I had find a solution, called "Multiple APK > Support" > > http://developer.android.com/guide/market/publishing/multiple-apks.html > > Thx:Karoly > > On szept. 12, 16:41, jjoe64 <[email protected]> wrote: >> this is possible with a few tricks. >> >> have a look at my blog post: >> >> http://www.jjoe64.com/2011/07/universal-app-for-smartphones-and.html > > -- > 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 -- 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

