一直以来,我们都在 JDK 6 上面做 Android 的开发,不知道从什么时候开始,Google已经推荐使用 JDK 7 来开发 Andrid 应用了,特别是 Android 5.0 或者更高的版本,要求使用JDK 7 来开发。下面是今天从官方文档上找到的。昨天 Google 退出了 Android Stuido 的 release 版本,虽然被认为跟 xCode 比起来还有一定的差距,但是还是应该能看到 Google 的努力。我也下载了一个,准备体验一下,希望有惊喜。
Before you set up Android Studio, be sure you have installed JDK 6 or higher (the JRE alone is not sufficient)—JDK 7 is required when developing for Android 5.0 and higher. To check if you have JDK installed (and which version), open a terminal and type javac -version. If the JDK is not available or the version is lower than 6, go download JDK
目前我的环境还是 JDK 6,下午折腾一下。
更新一下折腾的结果: 1. 没有 VPN 就先别折腾了 2. VPN 速度不给力也先别折腾了 3. 内存少也先别折腾了,我 T400 3G 的内存卡死了 4. 条件都没问题的,好好折腾吧。
下面是对开发环境的系统需求,JDK 7 已经变成了要求了。原谅我在 Android 开发者官方被墙的日子,没有及时查看官方文档。
On Mac OS, run Android Studio with Java Runtime Environment (JRE) 6 for optimized font rendering. You can then configure your project to use Java Development Kit (JDK) 6 or JDK 7.
Tested on Ubuntu® 12.04, Precise Pangolin (64-bit distribution capable of running 32-bit applications.
- EOF -
本站文章除注明转载外,均为本站原创或编译。欢迎任何形式的转载,但请务必注明出处,尊重他人劳动。
转载请注明:文章转载自 Binkery 技术博客 [https://binkery.com]
本文标题: 在 JDK 1.7 的环境下开发 Android
本文地址: https://binkery.com/archives/453.html