现在android 官方推荐的IDE 是 Android Studio, 所以为了跟上google官方的部分, 还是切换到官方的开发IDE 比较好!
链接是:
http://developer.android.com/tools/studio/index.html
over view: http://developer.android.com/tools/studio/index.html#project-structure
Overview:
Android Studio is the official IDE for Android application development, based on IntelliJ IDEA. On top of the capabilities you expect from IntelliJ, Android Studio offers:
- Flexible Gradle-based build system
- Build variants and multiple
apkfile generation - Code templates to help you build common app features
- Rich layout editor with support for drag and drop theme editing
- Lint tools to catch performance, usability, version compatibility, and other problems
- ProGuard and app-signing capabilities
- Built-in support for Google Cloud Platform, making it easy to integrate Google Cloud Messaging and App Engine
- And much more
If you're new to Android Studio or the IntelliJ IDEA interface, this page provides an introduction to some key Android Studio features.
For specific Android Studio how-to documentation, see the pages in the Workflow section, such as Managing Projects from Android Studio and Building and Running from Android Studio
Android Studio Overview
如何从eclipse 切换到 Android Studio:
http://developer.android.com/sdk/index.html
Migrating to Android Studio
If you have been using Eclipse with ADT, be aware that Android Studio is now the official IDE for Android, so you should migrate to Android Studio to receive all the latest IDE updates.
To migrate existing Android projects, simply import them using Android Studio:
- In Android Studio, close any projects currently open. You should see theWelcome to Android Studio window.
- Click Import Non-Android Studio project.
- Locate the project you exported from Eclipse, expand it, select the build.gradle file and click OK.
- In the following dialog, leave Use gradle wrapper selected and click OK. (You do not need to specify the Gradle home.)
Android Studio properly updates the project structure and creates the appropriate Gradle build file.
For more help getting started with Android Studio and the IntelliJ user experience, learn more about Android Studio and read FAQ on Migrating to IntelliJ IDEA.
本文介绍如何从Eclipse迁移到官方推荐的Android应用开发IDE——Android Studio。文章详细说明了迁移步骤,包括导入现有项目的具体操作,并概述了Android Studio提供的各种功能,如Gradle构建系统、调试工具、布局编辑器等。
2050

被折叠的 条评论
为什么被折叠?



