Android各个版本对jdk的要求

更新时间 🔔🕙 2021年5月4日

由于谷歌经常出人意料,安卓开发工具,从eclipse变为idea的社区改版Android studio。
eclipse上能够使用的ADT插件,最终的build版本为ADT 23.0.7 (August 2015)。
需要的环境:
Java 7 or higher is required if you are targeting Android 5.0 and higher.
Java 1.6 or higher is required if you are targeting other releases.
Eclipse Indigo (Version 3.7.2) or higher is required.
下载地址:https://developer.android.com/studio/tools/sdk/eclipse-adt.html

Android Studio

下载地址:https://developer.android.com/studio/index.html
需要的环境:
Microsoft® Windows® 7/8/10 (32- or 64-bit)
2 GB RAM minimum, 8 GB RAM recommended
2 GB of available disk space minimum,
4 GB Recommended (500 MB for IDE + 1.5 GB for Android SDK and emulator system image)
1280 x 800 minimum screen resolution
Java Development Kit (JDK) 8
For accelerated emulator: 64-bit operating system and Intel® processor with support for Intel® VT-x, Intel® EM64T (Intel® 64), and Execute Disable (XD) Bit functionality

转载请备注引用地址:编程记忆 » Android各个版本对jdk的要求