android - available Devices google play -


how can know error of compatibility of device? image

exist log ?

compilesdkversion 23 buildtoolsversion "23.0.1" uselibrary 'org.apache.http.legacy'  defaultconfig {     applicationid "xx.xx.xx"     minsdkversion 15     targetsdkversion 23     versioncode 19     versionname "1.2.2" } 

i solved lines :

<uses-feature     android:name="android.hardware.camera.autofocus"     android:required="false" /> <uses-feature     android:name="android.hardware.location.gps"     android:required="false" /> <uses-feature     android:name="android.hardware.location"     android:required="false" /> <uses-feature     android:name="android.hardware.location.network"     android:required="false" /> <uses-feature     android:name="android.hardware.telephony.cdma"     android:required="false" /> <uses-feature     android:name="android.hardware.telephony.gsm"     android:required="false" /> 

Comments

Popular posts from this blog

php - Wordpress website dashboard page or post editor content is not showing but front end data is showing properly -

How to get the ip address of VM and use it to configure SSH connection dynamically in Ansible -

javascript - Get parameter of GET request -