Android应用程序没有在市场上更兼容 [英] Android application no more compatible on Market

查看:119
本文介绍了Android应用程序没有在市场上更兼容的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我使用API​​级10(2.3.3版本SDK)开发的应用程序,我已经出版了它在Android Market和所有已经罚款。我的应用程序有粗,细的位置,互联网和网络状态使用许可。

I've developed an App using level API 10 (2.3.3 SDK version), I've published it on Android Market and all has gone fine. My Application has FINE and COARSE location, INTERNET and NETWORK STATE as uses permission.

接下来,我试图兼容性扩展到级别API 8(2.2)。我已经出版了市场新的APK后的应用程序会导致没有更多的兼容与我的设备(我有一个三星GT-I9100,与2.3.6 Android版本)。
我试着删除缓存,但没有,我的设备是没有更兼容。
但是,如果我通过文件系统中安装APK在App完美的作品。

Next, I've tried to extend compatibility to level API 8 (2.2). After I've published the new apk on market the App results no more compatible with my device (I've a Samsung GT-I9100, with 2.3.6 Android version). I've tried to delete cache but nothing, my device is no more compatible. But if I install the apk via file system the App perfectly works.

编辑:

下面我的Andr​​oid清单

Here my Android Manifest

<manifest package="com.agora.md" android:versionCode="16" android:versionName="1.1.15" xmlns:android="http://schemas.android.com/apk/res/android">

<uses-permission android:name="android.permission.INTERNET"/>
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE"/>
<uses-permission android:name="android.permission.ACCESS_FINE_LOCATION"/>
<uses-permission android:name="android.permission.ACCESS_COARSE_LOCATION"/>    
<uses-sdk android:minSdkVersion="8"/>
<supports-screens android:smallScreens="false" android:largeScreens="true" android:normalScreens="true"/>    
<application
    android:icon="@drawable/icon_md1"
    android:label="@string/app_name" android:name="MDApplication" >
    <activity
        android:label="@string/app_name"
        android:name=".service.activity.MDSplashActivity"  
             android:screenOrientation="portrait">
        <intent-filter >
            <action android:name="android.intent.action.MAIN" />

            <category android:name="android.intent.category.LAUNCHER" />
        </intent-filter>
    </activity>
    <activity  android:screenOrientation="portrait" android:label="@string/app_name" 
        android:name=".service.activity.MDMainActivity" android:launchMode="singleTask">
    </activity>
    <activity android:name=".service.activity.MDNewsActivity" android:launchMode="singleTask" 
             android:screenOrientation="portrait"></activity>
    <activity android:name=".service.activity.MDMagnificiActivity" android:launchMode="singleTask" 
             android:screenOrientation="portrait"></activity>
    <activity android:name=".service.activity.MDNewsDetailsActivity" 
             android:screenOrientation="portrait"></activity>
    <uses-library android:name="com.google.android.maps"/>
    <activity android:name=".service.activity.MDMapActivity" android:launchMode="singleTask" 
             android:screenOrientation="portrait"></activity>
    <activity android:name=".service.activity.MDInfoActivity" 
             android:screenOrientation="portrait"></activity>
    <activity android:name=".service.activity.MDVolantinoActivity" 
             android:screenOrientation="portrait"></activity>
    <activity android:name=".service.activity.MDMapDetailsActivity" 
             android:screenOrientation="portrait"></activity>


</application>

</manifest>

有人能帮助我吗?

Someone can help me?

感谢

一个月我已经检查了市场,现在后,不可思议的是,我的应用程序是在商店看到。我现在不它的确定,因为我从不需要做任何改变。

After a month I've checked on Market and now, incredibly, my app is visible on the store. I don't now it's ok because I've made no changes from that.

我认为这是店里的一个错误,或者可能在高速缓存中的错误值,现在已被删除。

I think it was a mistake of the store or, probably, a bad value in cache that now has been erased.

不过,感谢所有的支持

推荐答案

下面类似的问题。我没有支持屏标记在我的Andr​​oidManifest.xml中,但我发现不兼容的投诉,用户与三星Galaxy S 2(GT-I9100) Android版本2.3.6。它的工作原理与Android的其他版本。

Similar issue here. I don't have the supports-screens tag in my AndroidManifest.xml, but I'm getting incompatibility complaints from users with the Samsung Galaxy S 2 (GT-I9100), Android version 2.3.6. It works with other versions of Android.

任何人都看到了这一点?

Anyone else seen this?

这篇关于Android应用程序没有在市场上更兼容的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆