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 해주라는 말.
'유니티 > Note' 카테고리의 다른 글
| [펌][ Unity3D ] 모바일(안드로이드) 파일생성 및 읽고 쓰기 Unity3D (0) | 2014.07.07 |
|---|---|
| 에셋번들 관련 글 및 링크 모음 (0) | 2014.07.07 |
| 안드로이드 스튜디오를 사용시 기존 이클립스 폴더 불러오기. (0) | 2014.06.26 |
| 기본적인 프로그래머.. (0) | 2014.06.22 |
| 유니티 재귀함수의 예(헥사, 캔디팡) -Recursive Methods (0) | 2014.06.05 |
| 유니티 메모리 풀 사용시 주의점 (0) | 2014.06.02 |


