2011年9月24日 星期六

[Android] app name setting and showing location

* When new an android project, you will see these information needed to fill:
  • Project name
    • 顯示在 eclipse 中的專案名稱。
    • export 時的預設名稱。
  • Application name
    • strings.xml 中預設產生的 app_name 的名稱。
    • activity 和 應用程式的預設名稱。
  • Package name
    • 預設產生的專案hierarchy。
    • AndroidManifest 中預設的 package name identifier.
    • BUT!
      • package hierarchy does not have directly relationship with package identifier. (?)
      • package identifier is relative to R.

* 在安裝 app 時,在 android installer 中的顯示名稱
  • 預設是使用<application>中的 label
  • 若沒有指定時,則是用 package name



* debug key apk cannot used to publish your app.

沒有留言:

張貼留言