Try removing the support-screens and compatible-screens elements.
You shouldn't be using those unless you have a very good reason.

On Tue, May 17, 2016 at 9:02 AM, Waqas Ahmed <swaqa...@gmail.com> wrote:

> I'm trying to publish an app, but no matter what I try the developer
> console is reporting that there are zero supported devices
>
> Dev Console screenshot
>
> Here's my full manifest;
>
> <?xml version="1.0" encoding="utf-8"?>
> <manifest xmlns:android="http://schemas.android.com/apk/res/android";
>     package="com.blah.blahpro"
>     android:versionCode="6"
>     android:versionName="1.0" >
>
>     <uses-sdk android:minSdkVersion="5" android:targetSdkVersion="17"/>
>
>     ere's my full manifest;
>
> <?xml version="1.0" encoding="utf-8"?>
> <manifest xmlns:android="http://schemas.android.com/apk/res/android";
>     package="com.blah.blahpro"
>     android:versionCode="6"
>     android:versionName="1.0" >
>
>     <uses-sdk android:minSdkVersion="5" android:targetSdkVersion="17"/>
>
>      <supports-screens
>         android:anyDensity="true"
>
>         android:xlargeScreens="true"
>         android:largeScreens="true"
>         android:normalScreens="true"
>         android:smallScreens="true"
>         android:resizeable="true"   />
>
>     <compatible-screens>
>
>     <!-- small size screens -->
>      <screen android:screenSize="small" android:screenDensity="ldpi" />
>     <screen android:screenSize="small" android:screenDensity="mdpi" />
>     <screen android:screenSize="small" android:screenDensity="hdpi" />
>     <screen android:screenSize="small" android:screenDensity="xhdpi" />
>
>     <!--Only hdpi and xhdpi for normal size screens -->
>     <screen android:screenSize="normal" android:screenDensity="ldpi" />
>     <screen android:screenSize="normal" android:screenDensity="mdpi" />
>     <screen android:screenSize="normal" android:screenDensity="hdpi" />
>     <screen android:screenSize="normal" android:screenDensity="xhdpi" />
>
>     <!-- all large size screens -->
>     <screen android:screenSize="large" android:screenDensity="ldpi" />
>     <screen android:screenSize="large" android:screenDensity="mdpi" />
>     <screen android:screenSize="large" android:screenDensity="hdpi" />
>     <screen android:screenSize="large" android:screenDensity="xhdpi" />
>
>     <!-- all xlarge size screens -->
>     <screen android:screenSize="xlarge" android:screenDensity="ldpi" />
>     <screen android:screenSize="xlarge" android:screenDensity="mdpi" />
>     <screen android:screenSize="xlarge" android:screenDensity="hdpi" />
>     <screen android:screenSize="xlarge" android:screenDensity="xhdpi" />
>
>     <!-- Special case for Nexus 7 -->
>     <screen android:screenSize="large" android:screenDensity="213" />
>
>     </compatible-screens>
>
>     <uses-feature android:name="android.hardware.location"
> android:required="false"/>
>     <uses-feature android:name="android.hardware.camera"
> android:required="false"/>
>
>     <uses-permission
> android:name="android.permission.ACCESS_FINE_LOCATION" />
>     <uses-permission
> android:name="android.permission.ACCESS_COARSE_LOCATION" />
>     <uses-permission
> android:name="android.permission.ACCESS_NETWORK_STATE" />
>     <uses-feature android:name="android.hardware.CAMERA" />
>     <uses-permission android:name="android.permission.CAMERA" />
>
>     <application
>
> --
> You received this message because you are subscribed to the Google Groups
> "Android Developers" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to android-developers+unsubscr...@googlegroups.com.
> To post to this group, send email to android-developers@googlegroups.com.
> Visit this group at https://groups.google.com/group/android-developers.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/android-developers/4abec718-0aa0-439e-a88e-e358bedff079%40googlegroups.com
> .
> For more options, visit https://groups.google.com/d/optout.
>


-------------------------------------------------------------------------------------------------
TreKing <http://sites.google.com/site/rezmobileapps/treking> - Chicago
transit tracking app for Android-powered devices

-- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
To post to this group, send email to android-developers@googlegroups.com.
Visit this group at https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/CANCScggMNeMK4%2B6U%2BR0YXrgZ-dXUAJ387EYrEVC_6xCQHQkh7Q%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to