Febird's Sky

Search & Research & Find
posts - 42, comments - 39, trackbacks - 0, articles - 0
  博客园 :: 首页 :: 新随笔 :: 联系 :: 订阅 订阅 :: 管理

2009年1月6日

  曾经的一时兴趣, 下载了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


posted @ 2009-01-06 23:54 febird 阅读(252) 评论(0) 编辑