2016-11-08 3 views
1

vous pouvez vérifier cette adresse et de l'imageapk n'est pas compatible avec cet appareil .. et supporté dispositif 0

enter image description here

enter link description here

android.permission.ACCESS_COARSE_LOCATION 
android.permission.ACCESS_FINE_LOCATION 
android.permission.ACCESS_NETWORK_STATE 
android.permission.ACCESS_WIFI_STATE 
android.permission.INTERNET 
android.permission.READ_EXTERNAL_STORAGE 
android.permission.WRITE_EXTERNAL_STORAGE 
com.google.android.providers.gsf.permission.READ_GSERVICES 

j'utilise seulement 8 autorisation .. Comment puis-je Résolvez le ?

+0

Pourriez-vous listez les fonctionnalités que vous utilisez? – shhp

+0

c'est ma fonction ... besoin manifeste? android.hardware.CAMERA2 android.hardware.FAKETOUCH android.hardware.LOCATION android.hardware.location.GPS android.hardware.location.NETWORK android.hardware.screen.PORTRAIT android.hardware.WIFI –

+0

Veuillez ajouter la configuration de l'appareil et votre code de manifeste. –

Répondre

1

1.Try ajoutant l'option d'écran de soutien android dans le manifeste

<supports-screens android:resizeable=["true"| "false"] 
        android:smallScreens=["true" | "false"] 
        android:normalScreens=["true" | "false"] 
        android:largeScreens=["true" | "false"] 
        android:xlargeScreens=["true" | "false"] 
        android:anyDensity=["true" | "false"] 
        android:requiresSmallestWidthDp="integer" 
        android:compatibleWidthLimitDp="integer" 
        android:largestWidthLimitDp="integer"/> 
  1. Essayez également ajouter uses feature et utilise étiquette d'autorisation, google parfois le jeu rend votre application incompatible à cause de cela . et aussi si votre application nécessite ces futurs définir l'exigence à true.
+0

résolu avec ce .. thx –