学习无止境

常用链接

统计

最新评论

2011年6月9日 #

如何删除已安装的Android软件[转载]

G1的手机内部安装内存大约有70MB左右。为了保证可靠性,Android将所有软件或游戏仅能安装在本机内部存储的NAND闪存上,无法安装在SD卡中,部分软件下载了不使用除了浪费手机内存空间外,还影响功能表的美观度,如何删除已安装的Android软件呢? 其实G1自带了卸载程序,我们在功能表中选择Settings(设置)-Applications(应用程序)如图所示:

android主菜单android设置 程序

  选择Manage applications(管理应用程序),假设选择删除Meridian Video Player为例,选中后如图所示:

android manage applications android卸载程序

  可以看到这款软件占用内存控件为96KB,直接单击Uninstall按钮即可执行卸载,最后还会出现一个确认的删除窗口,我们直接单击OK按钮即可。如图所示:

 android uninstallandroid卸载确认窗口

posted @ 2011-06-09 10:36 erica555 阅读(151) | 评论 (0)编辑 收藏

android调试是出现:Re-installation failed due to different application signatures

我是在导入已经存在的项目时出现的错误Re-installation failed due to different application signatures

调试信息如下:
[2011-06-09 10:08:37 - ApiDemos] Re-installation failed due to different application signatures.
[2011-06-09 10:08:37 - ApiDemos] You must perform a full uninstall of the application. WARNING: This will remove the application data!
[2011-06-09 10:08:37 - ApiDemos] Please execute 'adb uninstall com.example.android.apis' in a shell.
[2011-06-09 10:08:37 - ApiDemos] Launch canceled!

在网上查是这样的:

这时先运行android模拟机,并在cmd内运行,当然你要定位adb.exe的目录,我是放在E:\android\android-sdk-windows\platform-tools 下

E:\android\android-sdk-windows\platform-tools> adb uninstall com.example.android.apis.

重新运行就可以了

posted @ 2011-06-09 10:33 erica555 阅读(8449) | 评论 (0)编辑 收藏

仅列出标题