d.negreanu Posted April 7, 2017 Share Posted April 7, 2017 Hi Guys, The mentioned below devices are not able to download my App from GooglePlay with message error: "This device isn't compatible with this version". Device Model OS Resolution Size Type Huawei P9 Plus VIE-AL10 Android 7 1080 x 1920 pixels (~401 ppi pixel density) 5.5 inches (~72.7% screen-to-body ratio) Super AMOLED capacitive touchscreen, 16M colors Huawei Ascend Mate7 mt7-L09 Marshmallow 6.0 1080 x 1920 pixels (~368 ppi pixel density) 6.0 inches (~77.6% screen-to-body ratio) PS LCD capacitive touchscreen, 16M colors Huawei mate 9 51090VQY android 7.0 1080 x 1920 pixels (~373 ppi pixel density) 5.9 inches (~77.5% screen-to-body ratio) IPS LCD capacitive touchscreen, 16M colors I put the below the definition of compatibility I have in AndroidManifes.xml in GooglePlay. Even the combination of device Density/Size seems match with the "compatible-screens" definition in the Android Manifest.xml, the App still can't be downloaded from GooglePlay, error " "This device isn't compatible with this version". android:screenDensity="xxhdpi" android:screenSize="normal" tools:ignore="UnusedAttribute"/> android:screenDensity="xxhdpi" android:screenSize="large" tools:ignore="UnusedAttribute"/> android:screenDensity="xhdpi" android:screenSize="normal" tools:ignore="UnusedAttribute"/> android:screenDensity="xhdpi" android:screenSize="large" tools:ignore="UnusedAttribute"/> android:screenDensity="hdpi" android:screenSize="normal" tools:ignore="UnusedAttribute"/> android:screenDensity="hdpi" android:screenSize="large" tools:ignore="UnusedAttribute"/> Please, can anybody help me to find the right screen Density/Size definition for these HUAWEI devices? Thank you very much, Dan Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.