What is an APK file? and how does it works??
·
sw/Android_develop
1. What is an APK file? An APK file is an app created for Android, Google's mobile operating system. Some apps come pre-installed on Android devices, while other apps can be downloaded from Google Play. Apps downloaded from Google Play are automatically installed on your device, while those downloaded from other sources must be installed manually. 2. What does an APK file contain? Android packag..
Process Multi Apk ApplicationManifest 타입 오류 해결하기
·
sw/Android_develop
처음으로 프로젝트를 실행시켰고 아직 코드 도한 작성하지 않은 백짓장같은 상태이다. 그런데 에뮬레이터가 뜨지 않는다. mainactivity창에 핸드폰 모양의 창이 떠야하는데 오류가 발생했다. 오류의 타입은 A problem was found with the configuration of task ':app:processDebugManifest' (type 'ProcessMultiApkApplicationManifest'). > File 'D:\MyApplication2\app\build\intermediates\merged_manifest\debug\AndroidManifest.xml' specified for property 'mainMergedManifest' does not exist. 이것이고 *..
안드로이드 스튜디오 설치시 유의사항
·
sw/Android_develop
1. 컴퓨터 최소 사양 2. 설치할 것 l 유의사항: 운영체제의 계정명이 한글이면 안드로이드 스튜디오 설치 불가능 1) 안드로이드 스튜디오 Android Studio (http://developer.android.com/) 2) open jdk (1) JDK (http://www.oracle.com/technetwork/java/ ) 또는 OpenJDK((https://openjdk.java.net ) 설치 (2) 시스템 고급설정에서 path에 경로 추가 – 예) c:\java\jdk\bin JAVA_HOME 변수 생성 및 경로 추가 – 예) c:\java\jdk (3) JDK 설치후 안드로이드 스튜디오의 JDK 변경 3. 안드로이드 스튜디오 환경설정 1) configure 클릭 2) Editor > G..