回覆。 Android)运行应用程序到AndoridStudio或当您尝试安装apk应用程序文件不可见

时间:2016-09-22 06:53:06

标签: android facebook icons manifest

Facebook登录连接后,在AndroidStudio中运行应用程序,程序执行与设备一起运行,但文件将不可见。我不知道为什么会发生这种情况。

我在互联网上找到了一个解决方案。但我无法在AndroidStudio here中应用此解决方案。

有没有人经历过同样的事情?请告诉我建议。感谢

我的AndroidManifest.xml文件有问题吗?

<manifest xmlns:android="http://schemas.android.com/apk/res/android"
    package="com.facebooktest.test.facebooktest">

    <application
        android:allowBackup="true"
        android:icon="@mipmap/ic_launcher"
        android:label="@string/app_name"
        android:supportsRtl="true"
        android:theme="@style/AppTheme">
        <activity
            android:name=".MainActivity"
            android:exported="true">
            <intent-filter>
                <action android:name="android.intent.action.MAIN" />
                <category android:name="android.intent.category.LAUNCHER" />
                <action android:name="android.intent.action.VIEW" />

                <category android:name="android.intent.category.DEFAULT" />
                <category android:name="android.intent.category.BROWSABLE" />

                <data android:scheme="@string/fb_login_protocol_scheme" />

            </intent-filter>
        </activity>

        <meta-data
            android:name="com.facebook.sdk.ApplicationId"
            android:value="@string/facebook_app_id" />

        <activity
            android:name="com.facebook.FacebookActivity"
            android:configChanges="keyboard|keyboardHidden|screenLayout|screenSize|orientation"
            android:label="@string/app_name"
            android:theme="@android:style/Theme.Translucent.NoTitleBar" />

    </application>

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

</manifest>

1 个答案:

答案 0 :(得分:0)

请仔细阅读您的问题我不知道您在谈论什么,如果找不到您的问题档案,为什么会看到您的清单

如果它的建设apk 转到构建菜单点击构建apk,它用于重建应用程序的相同菜单 - 清洁应用程序