简体   繁体   中英

Amazon says no device supported for android app

i want to publish my android app on amazon but it gives me the error "No device supported". i have defined the minSdkLevel in manifest file. please give me any solution for that. Here is manifest file

<manifest xmlns:android="http://schemas.android.com/apk/res/android"
    package="com.android.abc"
    android:versionName="1.2.1"
    android:versionCode="4">

    <uses-sdk android:minSdkVersion="17" />

    <uses-permission android:name="android.permission.INTERNET" />
    <uses-permission                                                  android:name="android.permission.ACCESS_NETWORK_STATE" />
    <uses-permission android:name="android.permission.CAMERA" />

    <uses-feature android:name="android.hardware.camera" />
    <uses-feature android:name="android.hardware.camera.autofocus"/>

.
.
.
.

I had some issues regarding this on the play and when I was searching for suggestions came across this post that saved my day. Maybe it will help you too

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM