最終更新:2014-03-27 (木) 04:25:04 (3677d)  

.apk/署名
Top / .apk / 署名

http://developer.android.com/tools/publishing/app-signing.html

Google Playにアプリを公開するために必要

手順

証明書を作成

アプリケーションに署名を行う

メモ

  • All applications must be signed. The system will not install an application on an emulator or a device if it is not signed.
  • To test and debug your application, the build tools sign your application with a special debug key that is created by the Android SDK build tools.
  • You cannot publish an application that is signed with the debug key generated by the SDK tools.

関連