I'm writing a game, and the apk is going to be around 25 mb. We want to make 3 different versions of the game with each phone type: hdpi, mdpi, ldpi. the problem being that if I support 3 phone types the apk file will be 75mb. I can't use the R resource file, I am wondering if: 1. Does the android market support inputting multiple apk's based on phone type. 2. Can I turn on / off the build of certain resources in my code without using the R resource file ( I have the names of actual resource files being dynamically loaded.) Any help is appreciated. Thanks, Nate
-- 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

