Febird's Sky

Search & Research & Find
  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

第一个 Android 程序

Posted on 2009-01-06 23:54  febird  阅读(523)  评论(0编辑  收藏  举报

  曾经的一时兴趣, 下载了Android开发SDK,但是搁置了很久,按照Google的文档,很快就完成了第一个 应用,Google的文档很详细,这里就不再赘述。

  http://code.google.com/intl/zh-CN/android/intro/hello-android.html

 不过说明一点,就是新建工程的时候,pakage名称必须包含至少一个 “.”,否则会提示:

ActivityManager: Error type 3

ActivityManager: Error: Activity class { xxxxxx} does not exist.

 最好是按照Java的包命名风格来设置,即域名风格,例如 com.febird.android