ChinaUnix.net
相关文章推荐:

android sdk package

androidandroid sdk安装 android sdk可以通过sdk下载器自动下载和配置,适合网络好,下载速度快的情况下;也可以借助工具下载sdk文件,手工配置,适合网络不是很好,下载速度慢的情况下。 sdk下载器自动下载步骤如下: 1. 解压缩android-sdk_r08-windows下载器,并双击运行sdk Manager.exe: 如果你的电脑不支持https连接会看到如下界面: 请选择setting的将Force https://... Sources to be fetched by using...

by 三里屯摇滚 - 移动操作系统 - 2012-01-13 16:10:51 阅读(1046) 回复(1)

相关讨论

转自:http://blog.javia.org/android-package-name/

There are two independent notions of “package” in android. One is the usual Java package, which is how the Java classes are organized inside your project. The other is the Application package, which is an unique application identifier used by android to manage the installed applications. The t...

by cdlda - 移动操作系统 - 2011-12-21 08:41:30 阅读(601) 回复(0)

So, I'm intrigued as to what exactly happens when you install a package. The way to work this out is get a look at the /data filesystem before package installation, then again afterwards, and do a big recursive diff So lets get a relatively clean image: emulator -wipe-data adb push busybox ./ adb shell ./busybox tar c -f /tmp/data.tar /data adb pull /tmp/data.tar . mkdir original cd original tar...

by goandroid - 移动操作系统 - 2008-11-18 10:59:10 阅读(1509) 回复(0)

配置好android后,发现终端提示: extension "RANDR" missing on display

by zhaolixin007 - Java - 2012-09-17 14:30:35 阅读(1171) 回复(0)
by DerekGuo_lzu - 移动操作系统 - 2011-12-21 08:41:40 阅读(940) 回复(0)

android sdk 更新报错:A folder failed to be renamed or moved

by tq08g2z - 移动操作系统 - 2011-12-21 08:41:28 阅读(753) 回复(0)

android新手入门新手入门android,请首先阅读下面的章节 (To get started with android, please read the following sections first)   安装sdk和插件 (Installing the sdk and Plugin)    如何安装sdk和Eclipse插件以及如何使用其他工具构建android应用程序,同时根据向导运行示例程序。(How to install the sdk and Eclipse plugin, or how to use other tools to build android applications. Also a guide to running the ...

by iibull - 移动操作系统 - 2009-06-08 17:54:57 阅读(1568) 回复(0)

Installing the sdk [color="#333333"]原文 本小节讲如何安装android开发包,设置你的开发环境。如果没有下载sdk包,可以通过下面的地址下载。 Download the sdk: [color="#333333"]http://code.google.com/android/download.html 本节内容如下: 系统和软件需求 安装sdk 安装Eclipse插件(ADT) 在Eclipse上开发android应用程序 在其他的IDE上开发android应用程序 Debugging 设备的Debug和Test设置 Debugging的小贴士 创...

by liao_cj - 移动操作系统 - 2008-04-05 18:24:29 阅读(1617) 回复(0)

https和http都连接不上,有木有?

Android

by dooros - 移动操作系统 - 2012-04-17 21:21:58 阅读(4396) 回复(18)