본문 바로가기

전체 글107

개발자 워크플로우 기본 Developer Workflow Basics (5) 개발자 워크플로우 기본 Developer Workflow Basics안드로이드용 app 개발 워크플로우는 개념적으로 다른 app 플랫폼과 같습니다. 하지만, 잘 설계된 안드로이드용 app을 구축하려면 몇 가지 특별한 도구가 필요합니다. 다음 목록은 안드로이드 app 구축 과정의 개요로, 각 개발단계에서 사용해야 하는 일부 안드로이드 스튜디오 도구에 대한 링크가 포함되어 있습니다. The workflow to develop an app for Android is conceptually the same as other app platforms. However, to efficiently build a well-designed app for Android, you need some specialized too.. 2016. 6. 1.
IDE와 도구 업데이트 하기 Update the IDE and Tools (4) IDE와 도구 업데이트 하기Update the IDE and ToolsIn this documentAndroid Studio Update ChannelsAndroid SDK Tool UpdatesRecommended packagesEdit or add SDK tool sites일단 안드로이드 스튜디오가 설치되면, Android Studio 및 Android SDK Manager에 대한 자동화된 업데이트로 Android Studio IDE와 다양한 SDK 도구들을 쉽게 최신으로 유지할 수 있습니다.Once you install Android Studio, it's easy to keep the Android Studio IDE and various SDK tools up to date with automa.. 2016. 6. 1.
안드로이드 스튜디오 컨피규어 하기 Configure Android Studio (3) 안드로이드 스튜디오 컨피규어하기Configure Android StudioIn this documentProxy Settings안드로이드 스튜디오는 Java Development Kit (JDK) 및 사용가능한 RAM과 같은 시스템 요구사항을 검증하고, 최적화된 기본 Android Virtual Device (AVD) emulation과 업데이트된 시스템 이미지와 같은 기본 셋팅을 컨피규어하는 wizards와 templates을 제공합니다.이 문서는 사용자가 안드로이드 스튜디오 사용을 위하여 조정하고자 할 수도 있는, 추가적 컨피규레이션 셋팅을 서술합니다.Android Studio provides wizards and templates that verify your system requirements, .. 2016. 6. 1.
Migrate to Android Studio from Eclipse (2) Migrate to Android Studio from EclipseIn this documentAndroid Studio BasicsMigration PrerequisitesImporting Projects to Android StudioNext StepsMigrating your projects to Android Studio requires adapting to a new project structure, build system, and IDE functionality. To simplify the migration process, Android Studio provides an import tool so you can quickly move your existing code into Android.. 2016. 6. 1.
안드로이드 스튜디오 만나기 Meet Android Studio (1) 안드로이드 스튜디오 만나기 Meet Android StudioIn this documentProject StructureThe User InterfaceGradle Build SystemDebug and Profile Tools안드로이드 스튜디오는 IntelliJ의 IDEA를 기반으로, 안드로이드 app을 개발하기 위한 공식 통합 개발환경(IDE)입니다. IntelliJ의 강력한 코드 편집기 및 개발자 도구의 위에서, 안드로이드 스튜디오는 안드로이드 app을 만들 때 생산성을 높여주는 아래와 같은 많은 기능을 제공합니다:Android Studio is the official Integrated Development Environment (IDE) for Android app development, bas.. 2016. 6. 1.