안드로이드 SDK 1.1이 릴리즈 됐습니다. 기존 1.0과 호환을 유지하니 기존 어플리케이션을 특별히 변경을 해줄 것은 없습니다. 그러나 새로만든 어플리케이션이 1.1 버전의 API를 사용한다면 어플리케이션 관리를 위해 maifest에 다음과 같은 선언을 해주어야 합니다.

<manifest>
  ...
  <uses-sdk minSdkVersion="2" />
  ...
</manifest>

이번 업데이트에서 약간의 API에 대한 추가가 있었고 기본 어플리케이션들의 수정은 많이 이루어진듯 합니다. SDK까지 새로 릴리즈 할줄 몰랐는데 재미있네요. 월스트리트저널의 기사 일부에서 안드로이드 마켓 유료 어플 지원 기능이  이번주 안에 서비스를 시작한다는 이야기가 나오고 있으니 주시해야할 듯 합니다. 만약 이것이 사실이라면 아직 알려지지 않았던 RC33업데이트의 가장 주목해야할 사항이겠지요. :)

Google, too, hosts an application store, dubbed the Android Market, for phones running its Android mobile operating system, the first of which is the G1 from Deutsche Telekom AG's T-Mobile USA. This week Google will start allowing developers to charge for software sold through the Android Market, according to people familiar with the matter.


공지 : http://android-developers.blogspot.com/2009/02/android-11-sdk-release-1-now-available.html
1.1 릴리즈 노트 : http://developer.android.com/sdk/android-1.1.html

다운로드 : http://developer.android.com/sdk/1.1_r1/index.html