안드로이드 스튜디오를 사용시 기존 이클립스 폴더 불러오기.

|

Starting a Project


When you launch Android Studio for the first time, you'll see a Welcome screen that offers several ways to get started:

  • To start building a new app, click New Project.

    This starts the New Project wizard, which helps you set up a project using an app template.

  • To import an existing Android app project, click Import Project.

    Note: If you previously developed your Android project with Eclipse, you should first use the new export feature in the ADT plugin to prepare your project with the new Gradle build system. For more information, read Migrating from Eclipse and Building Your Project with Gradle.

For additional help using Android Studio, read Tips and Tricks.

As you continue developing apps, you may need to install additional versions of Android for the emulator and other packages such as the Android Support Library. To install more packages, use the SDK Manager, which you can open from Android Studio by clicking SDK Manager in the toolbar.


내용은 즉 이클립스에서 import 해주고, export 해줄때 gradle 옵션을 선택해서 export 해주고

안드로이드 스튜디오에서 import 해주라는 말.

Trackback 0 And Comment 0