How to make a signed APK in Sencha Touch 2

帅比萌擦擦* 提交于 2019-12-02 21:22:50

Here is a guide to creating a key to sign your apk with. You have currently signed your app with a debug key and need to generate a new one using keytool (java tool) then sign your apk with that. Sencha guide: http://docs.sencha.com/touch/2-0/#!/guide/native_android

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

the keytool is in your java directory

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!