Android 程式開發 ~ Java 環境建置教學
Eclipse 出現"fail to load jni shared library jvm.dll" |
請到以下路徑安裝64 bit的JVM就可以解了
http://www.java.com/en/download/manual.jsp
[android]android 上架与发布常见问题
http://iteches.com/archives/62547
上傳失敗
您剛上傳了可偵錯的 APK。基於安全性考量,您必須先停用 APK 的偵錯功能,才能在 Google Play 發佈。進一步瞭解可偵錯的 APK。
DEV Signing Your Applications
[教學]簽署應用程式 sign APK 發佈 Android App
http://mrslowblog.blogspot.tw/2013/01/sign-apk-android-app.html
上傳失敗
您上傳的 APK 未經壓縮校準,請對您的 APK 執行壓縮校準工具,然後重新上傳。
cd D:\Android\android-sdk\sdk\tools
上傳失敗
您已經有一個 APK 使用版本代碼 1,因此必須使用其他 APK 版本代碼。
menifest.xml 中 android:versionCode 改成 2 或其他數字
zipalign
http://developer.android.com/intl/zh-tw/tools/help/zipalign.html
Zipalign使用方法
http://my.oschina.net/u/150685/blog/281664
Zipalign ADT Eclipse
Zipalign.exe path on Windows:
c:\Program Files\Android\android-sdk-windows\tools\zipalign.exe
D:\Android\android-sdk\sdk\tools\zipalign.exe
c:\Program Files\Android\android-sdk-windows\tools\zipalign.exe
D:\Android\android-sdk\sdk\tools\zipalign.exe
When using Eclipse with the ADT plugin, the Export Wizard will automatically zipalign your .apk after it signs it with your private key.
Android打包Apk的时候"app_name" is not translated in ar, .
因為他檢查出"app_name"這個文字資源沒有支援多語系,所以希望你補齊。
要他跳過檢查的方式:
1. 從Eclipse的選單Preference
2. 找到左側選單Android > Lint Error Checking
3. 找到右側項目Correctness: Messages > MissingTranslate
https://play.google.com/apps/testing/com.yourdomain.package
在Eclipse中重新設定Android應用程式啟動圖示Launcher Icon
How to change the icon of your Android app
專案名滑鼠右鍵 / New -> Others / Android -> Android Icon Set / Launcher Icons
the AndroidManifest.xml
android:icon="@drawable/icon"
android 修改app程式名稱
*/res/values/strings.xml
<string name="wtf">應用程式名稱</string>
專案名滑鼠右鍵 / New -> Others / Android -> Android Icon Set / Launcher Icons
the AndroidManifest.xml
android:icon="@drawable/icon"
android 修改app程式名稱
*/res/values/strings.xml
<string name="wtf">應用程式名稱</string>
沒有留言:
張貼留言
注意:只有此網誌的成員可以留言。