Android app on Google Play Store is not compatible with LG G3 (Density 538, Size 2560x1440)?
- 阅读更多 关于 Android app on Google Play Store is not compatible with LG G3 (Density 538, Size 2560x1440)?
Android App is not compatible with LG G3 device which has high resolution and density. I have already test following config in manifest, neither support-screens nor compatible-screens nor both does not work. <supports-screens android:anyDensity="true" android:largeScreens="true" android:normalScreens="true" android:smallScreens="true" android:xlargeScreens="true" /> <compatible-screens> <!-- all small size screens --> <screen android:screenDensity="ldpi" android:screenSize="small" /> <screen android:screenDensity="mdpi" android:screenSize="small" /> <screen android:screenDensity="hdpi" android