gpt4 book ai didi

android - 如何在手机上安装未签名的.apk

转载 作者:太空宇宙 更新时间:2023-11-03 13:36:39 24 4
gpt4 key购买 nike

我已经在 eclipse 和 android sdk 中制作了一个应用程序并制作了一个 .apk(转到“android 工具”并导出“未签名的 apk”)所以我有一个 .apk 文件然后我将它发送到手机的 sd 卡和点击 .apk 文件将其安装在移动设备上,但会出现一条错误消息“无法安装应用程序”,所以现在如何在我的设备上安装它我的设备版本是 2.2,我使用目标“target=Google Inc.”制作应用程序。 :Google APIs:7"现在如何安装它。我还允许在安装第三方应用程序的移动设备上使用。我的 list 文件如下...感谢您在 adv 中的帮助。

  <?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.androidpeople.tab"
android:versionCode="1"
android:versionName="1.0">
<uses-permission android:name="android.permission.INTERNET" />
<uses-permission android:name="android.permission.ACCESS_FINE_LOCATION" />
<uses-permission android:name="android.permission.ACCESS_COARSE_LOCATION"/>
<uses-permission android:name="android.permission.CALL_PHONE"/>
<application android:icon="@drawable/icon" android:label="@string/app_name"

<uses-library android:name="com.google.android.maps" />
<activity android:name=".SplashScreen"
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="currentlocmap" />
<activity android:name="filter" />
<activity android:name="keywordsearch" />
<activity android:name="Artistspacedetailview" />
<activity android:name="loadingimage" />
<activity android:name="keywordpagetabs" />
<activity android:name="filterpagetabs" />
<activity android:name="artistspacedetailviewTab" />
<activity android:name="filtersearchresultparsing" />
<activity android:name="keywordresulttab" />
<activity android:name="filterpageresulttab" />
<activity android:name="artspacedetailShowingNow" />
<activity android:name="detailviewshowingnowTab" />



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


default.properties

**target=Google Inc.:Google APIs:7**

最佳答案

如果您计划在签名前测试您的应用。据我所知,可以通过在 list 文件中添加调试通知来测试 android 上的非签名应用程序,方法是将 android:debuggable="true"添加到元素中。

Click here to Read More .

希望对您有所帮助!

关于android - 如何在手机上安装未签名的.apk,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/6353978/

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