Development/Android
안드로이드 샘플 불러오기
지으니88
2015. 11. 25. 15:24
Import Samples from GitHub
Android Studio provides easy access to import Android code samples from GitHub and is the recommended method to retrieve Android code samples.
To import a code sample into Android Studio:
- In the Android Studio menu, select File > Import Sample to open the Import Sample wizard.
- Select a sample to import and click Next.
- Specify the application name and project location if different from the displayed settings.
- Click Finish.
The sample project opens in a new Android Studio project.
Note: When starting Android Studio, you can also select Import an Android code sample in the Welcome to Android Studio wizard to import a sample project from GitHub as a new project.
http://developer.android.com/intl/ko/samples/index.html