android - nexus 7不支持附件

时间:2012-09-07 09:55:35

标签: android

我发送了apk文件到Nexus 7(Jelly Bean)。我尝试安装它,然后我收到警告说"There is no installed app that can open this attachment. try downloading an appropriate app from android market."为什么我收到此消息,我该怎么做才能使它工作?

清单文件:

< ?xml version="1.0" encoding="utf-8"?>
< manifest xmlns:android="http://schemas.android.com/apk/res/android"
    package="com.chessstopwatch"
    android:versionCode="1"
    android:versionName="1.0" >


< supports-screens android:anyDensity="true" />
    < uses-sdk android:minSdkVersion="7"  
          android:targetSdkVersion="8"/>
    < uses-permission android:name="android.permission.WAKE_LOCK"/>

    <application
        android:icon="@drawable/csw_icon"
        android:label="@string/app_name"
        android:theme="@android:style/Theme.Black.NoTitleBar.Fullscreen">
        <activity
            android:name=".ChessStopWatchActivity"
            android:screenOrientation="portrait"
            android:label="@string/app_name" >
            <intent-filter>
                <action android:name="android.intent.action.MAIN" />

                <category android:name="android.intent.category.LAUNCHER" />
            </intent-filter>
        </activity>

        <activity android:name=".ChessMoveScreen" android:screenOrientation="portrait">
                    </activity>
         <activity android:name=".CSW_Constants">
         </activity>

    </application>

< /manifest>

enter image description here

2 个答案:

答案 0 :(得分:3)

这不是你的应用程序或Nexus 7的问题。它是Jelly Bean中的Mail应用程序。在带有4.1的Motorola Xoom上也会发生同样的事情。正如Matt建议的那样,Gmail应用程序确实知道如何处理.apk。

答案 1 :(得分:2)

我不知道这是否是一个答案,但您可能会发现导致问题的不是您的APK - 我的N7拒绝打开通过电子邮件发送到我的 Exchange的任何内容电子邮件帐户。

尝试将其发送到您的Gmail帐户 - 这对我来说总是有效。