我刚刚将我的第一个应用程序上传到Android Market,当我尝试下载它时,我得到了404

时间:2012-04-19 17:46:22

标签: android

以下是从Play商店下载我的应用程序的链接:

https://play.google.com/store/apps/details?id=com.dgolder.BCDining

当我尝试安装它时,我得到了404,而我不确定是什么原因造成的。我也会把我的清单放在这里,我可以提供任何其他信息。

非常感谢任何见解!

<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
    package="com.dgolder.BCDining"
    android:versionCode="3"
    android:versionName="1.0" >
    <uses-sdk android:minSdkVersion="11" />
    <uses-permission android:name="android.permission.INTERNET" />
    <application
        android:icon="@drawable/logo"
        android:label="@string/app_name" >
        <activity
            android:name="me.activity.DiningExpList"
            android:theme="@android:style/Theme.NoTitleBar"
            >            
        </activity>
        <activity
            android:name="me.activity.DiningActivity"
            android:theme="@android:style/Theme.NoTitleBar"
         >
            <intent-filter>
                <action android:name="android.intent.action.MAIN" />
                <category android:name="android.intent.category.LAUNCHER" />
            </intent-filter>
        </activity>
    </application>
</manifest>

1 个答案:

答案 0 :(得分:0)

您是否使用浏览器或市场应用打开链接?请参阅此问题:Market link giving Error 404