On Sun, Feb 21, 2016 at 2:37 AM, Miguel Obaid <[email protected]> wrote:
> <Supports-screens android: smallScreens = "false" > android: normalScreens = "false" > android: largeScreens = "true" > android: xlargeScreens = "false" > android: requiresSmallestWidthDp = "600" /> > <Supports-screens> > <! - All large size screens -> > <Screen android: screenSize = "large" android: screenDensity = "mdpi" > /> > <Screen android: screenSize = "large" android: screenDensity = "hdpi" > /> > <Screen android: screenSize = "large" android: screenDensity = "xhdpi" > /> > </ Supports-screens> > If that's your actual XML, then your project shouldn't even build. That's invalid XML. And the tag names should be lowercase. ------------------------------------------------------------------------------------------------- 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 unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/android-developers. To view this discussion on the web visit https://groups.google.com/d/msgid/android-developers/CANCScgjc-4JGZ0EfXO5pNG%2BBQtHiM5w3rPHvfrMfU-eq3LOqRw%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.

