gpt4 book ai didi

Android 应用程序未安装错误

转载 作者:行者123 更新时间:2023-11-29 14:15:41 24 4
gpt4 key购买 nike

又是这个老栗子,经过大量搜索后,我发现最好的线程是 'App not Installed' Error on Android就我而言,我已经检查了所有提到的修复程序,但是当我尝试安装未签名的 APK 文件时仍然遇到问题。当我从 Eclipse 安装该应用程序时,该应用程序在我的手机上运行良好,但是当我将它放在谷歌驱动器上,然后将我的手机指向 APK 时,出现上述错误。我有一个Note 1我已经卸载了旧的应用程序,重置了我的手机等,但没有成功。直到今天它对我来说都很好,我只是将 APK 放在谷歌驱动器上并从那里安装它并且每次都有效,今天刚刚停止工作并且我没有改变任何东西。我有 APK 的签名和未签名版本

这是我的 list 文件

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

<uses-sdk android:minSdkVersion="8" />

<supports-screens
android:largeScreens="true"
android:normalScreens="true"
android:smallScreens="true"
android:resizeable="true"
android:anyDensity="true" />

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

<application
android:icon="@drawable/ic_launcher"
android:label="@string/app_name" >
<activity
android:name="com.app.nquizitive.StartupActivity"
android:label="@string/app_name" android:screenOrientation="landscape">
<intent-filter>
<action android:name="android.intent.action.MAIN" />

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

</manifest>

最佳答案

我的设备只会在这些条件下加载签名的 APK。这似乎是谷歌在我们脖子上的 Boot 。所以我不确定未签名的有什么用,除非你将它加载到来自中国的 45 美元的无谷歌设备上。因此,我发布了版本号不断增加但版本为“1”的已签名版本,然后在 Google Play 上发布了“1”/“1.0”。

关于Android 应用程序未安装错误,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/15814465/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com