-
Q1. AVD Manager에는 왜 SDK Platform Android 2.3.3 API 10과 Google APIs by Google Inc. Android API 10이 따로 존재할까?카테고리 없음 2011. 3. 29. 12:24
A. Android Virtual Device (이후 AVD)를 생성할 때는 크게 4가지 구성 요소가 필요하다.
첫째는 Hardware profile로 카메라나 키패드가 달려있는지, 메모리는 얼마인지 등등과 같은 H/W 스펙을 기술하는 것이고 둘째가 system image로 AVD가 구동하게 될 환경을 이야기한다. 셋째는 기타 옵션이고 넷째는 외장메모리이다.
위 질문에서 SDK Platform Android 2.3.3 API 10과 Google APIs by Google Inc. Android API 10은 AVD의 구성 요소 중에서 두 번째 요소인 system image를 지칭한다. Google APIs by Google Inc. Android API 10은 SDK Platform Android 2.3.3 API에 Google Map과 관련된 API를 추가한 System 이미지이다.
즉,
SDK Platform Android 2.3.3 API ⊂ Google APIs by Google Inc. Android API 10 이다.
(⊂는 부분 집합 표시J)
간단히 이야기해서 Google Map과 관련된 API가 필요하다던가, 혹은 그냥 귀찮다면….. Google APIs by Google Inc. Android API 10를 쓰면 되겠다.