_蹦极不拴绳儿 _蹦极不拴绳儿
无论写什么,个人简介也不能空着呀!
关注数: 10 粉丝数: 14 发帖数: 239 关注贴吧数: 14
Android SDK 下载好Android SDK后,开始安装, Android SDK采用了Java语言,所以需要先安装JDK 5.0及以上版本。直接下载jdk安装文件安装,方便。 Android SDK不用安装,下载后,直接解压即可, 将下载后的SDK的压缩包解压到适当的位置,就这么简单; SDK安装OK。 使用Eclipse进行android应用开发需要给Eclipse装adt插件,这样Eclipse就 可以和android sdk建立连接,可以在Eclipse中启动android模拟器进行程序调试等 ADT插件安装这里不再累赘,插件的安装URL为: http://tieba.baidu.com/mo/q/checkurl?url=https%3A%2F%2Fdl-ssl.google.com%2Fandroid%2Feclipse%2F&urlrefer=9ab75d04fed410e18ce45fa82792f449 也可以下载adt的zip包安装 安装完插件后,需要做一些简单的配置: 1、在Eclipse中,选择Window > Preference; 2、从左侧的菜单中,选择Android项; 3、设置SDK Location,点Browse选择SDK的安装根目录; 4、OK,完成。 准备工作: 1. 下载Eclipse 3.4及更新的版本。 http://tieba.baidu.com/mo/q/checkurl?url=http%3A%2F%2Fwww.eclipse.org%2Fdownloads%2F&urlrefer=074286a19b99d84ad1a71c90474c40ac 2. 下载JDK 1.6 http://tieba.baidu.com/mo/q/checkurl?url=http%3A%2F%2Fwww.java.net%2Fdownload%2Fjdk6%2F6u20%2Fpromoted%2Fb01%2Fbinaries%2Fjdk-6u20-ea-bin-b01-windows-i586-10_mar_2010.exe&urlrefer=10f6a43ea83835453b299871b553886e 3. 下载android SDK 2.1 http://tieba.baidu.com/mo/q/checkurl?url=https%3A%2F%2Fdl-ssl.google.com%2Fandroid%2Fandroid-sdk_r04-windows.zip&urlrefer=28be6193187e36a5641d90c383ac0e1d 安装顺序: 1. JDK 1.6 2. Eclipse 3. 配置Eclipse 如何配置Eclipse:(以下直接copy的android开发文档) Eclipse 3.4 (Ganymede)的配置: 1. Start Eclipse, then select Help > Software Updates.... In the dialog that appears, click the Available Software tab. 2. Click Add Site... 3. In the Add Site dialog that appears, enter this URL in the "Location" field: http://tieba.baidu.com/mo/q/checkurl?url=https%3A%2F%2Fdl-ssl.google.com%2Fandroid%2Feclipse%2F&urlrefer=9ab75d04fed410e18ce45fa82792f449 Note: If you have trouble aqcuiring the plugin, try using "http" in the Location URL, instead of "https" (https is preferred for security reasons). Click OK. 4. Back in the Available Software view, you should see the plugin listed by the URL, with "Developer Tools" nested within it. Select the checkbox next to Developer Tools and click Install... 5. On the subsequent Install window, "Android DDMS" and "Android Development Tools" should both be checked. Click Next. 6. Read and accept the license agreement, then click Finish. 7. Restart Eclipse. Eclipse 3.5 (Galileo)的配置: 1. Start Eclipse, then select Help > Install New Softare. 2. In the Available Software dialog, click Add.... 3. In the Add Site dialog that appears, enter a name for the remote site (for example, "Android Plugin") in the "Name" field. In the "Location" field, enter this URL: http://tieba.baidu.com/mo/q/checkurl?url=https%3A%2F%2Fdl-ssl.google.com%2Fandroid%2Feclipse%2F&urlrefer=9ab75d04fed410e18ce45fa82792f449 Note: If you have trouble aqcuiring the plugin, you can try using "http" in the URL, instead of "https" (https is preferred for security reasons). Click OK. 4. Back in the Available Software view, you should now see "Developer Tools" added to the list. Select the checkbox next to Developer Tools, which will automatically select the nested tools Android DDMS and Android Development Tools. Click Next. 5. In the resulting Install Details dialog, the Android DDMS and Android Development Tools features are listed. Click Next to read and accept the license agreement and install any dependencies, then click Finish. 6. Restart Eclipse. 以下两个版本的Eclipse都是一样的配置: 1. Select Window > Preferences... to open the Preferences panel (Mac OS X: Eclipse > Preferences). 2. Select Android from the left panel. 3. For the SDK Location in the main panel, click Browse... and locate your downloaded SDK directory. 4. Click Apply, then OK.
1 下一页