select the form factors your app will run on
你的應(yīng)用程序?qū)⑦\(yùn)行在選擇形式因素
Android Studio 2.0 安裝出錯(cuò)?
OS X系統(tǒng)安裝 Android Studio 2.0之后出現(xiàn)這個(gè)Platform and Plugin Updates
We wanted your IDE to receive upgrades over a secure connection. Unfortunately, this doesn't work on Java 6, so the option was disabled. You can enabled it again in settings after upgrading the JRE.
我們希望您的IDE接收升級(jí)安全連接彬祖。不幸的是,這并不是Java 6,這個(gè)選項(xiàng)是禁用的前标。你可以使它再次設(shè)置升級(jí)之后JRE。
IDE:Integrated Development Environment集成開發(fā)環(huán)境
JRE:Java Runtime Environment ? ? ? ?Java運(yùn)行環(huán)境
JDK:Java Developer's Kit? ? Java開發(fā)工具包
Gradle is a project automation tool that builds upon the concepts of Apache Ant and Apache Maven and introduces a Groovy-based domain-specific language (DSL) instead of the more traditional XML form of declaring the project configuration.Unlike Apache Maven, which defines lifecycles, and Apache Ant, where targets are invoked based upon a depends-on partial ordering, Gradle uses a directed acyclic graph ("DAG") to determine the order in which tasks can be run.Gradle was designed for multi-project builds which can grow to be quite large, and supports incremental builds by intelligently determining which parts of the build tree are up-to-date, so that any task dependent upon those parts will not need to be re-executed.The initial plugins are primarily focused around Java, Groovy and Scala development and deployment, but more languages and project workflows are on the roadmap.
Gradle項(xiàng)目自動(dòng)化工具,構(gòu)建在Apache Ant和Apache Maven的概念,介紹了一種基于groovy的領(lǐng)域特定語言(DSL),而不是傳統(tǒng)的XML形式的聲明項(xiàng)目配置卑笨。與Apache Maven,它定義了生命周期,Apache Ant,目標(biāo)在哪里調(diào)用基于取決于部分排序,它使用一個(gè)有向無環(huán)圖(DAG)確定任務(wù)可以運(yùn)行的順序孕暇。Gradle為居住在多項(xiàng)目構(gòu)建能長到非常大,并支持增量構(gòu)建構(gòu)建樹的明智地決定哪些部分是最新的,因此,任何任務(wù)依賴于那些部分不需要重新執(zhí)行。最初的插件主要集中在Java赤兴、Groovy和Scala開發(fā)和部署,但更多的語言和項(xiàng)目工作流是路線圖妖滔。