Pages

2014년 12월 9일 화요일

[Android] Migrating to Android Studio

앱 개발/관리용 통합개발환경(IDE) 첫번째 스테이블 버전 이며
기존 이클립스(Eclipse)를 IDE로 대체한다고 합니다.

If you're currently using Eclipse with ADT, we recommend you migrate toAndroid Studio as soon as possible, because the ADT plugin for Eclipse is no longer in active development.
To migrate existing Android projects, simply import them using Android Studio:
  1. In Android Studio, close any projects currently open. You should see theWelcome to Android Studio window.
  2. Click Import Non-Android Studio project.
  3. Locate the project you exported from Eclipse, expand it, select the build.gradle file and click OK.
  4. 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.

댓글 없음:

댓글 쓰기