您的位置:首页 > 移动开发

Android App签名打包发布

2016-10-20 18:36 387 查看
一.步骤:

1.先把应用程序打包

2.再选中其中一个应用市场进行投放

1.混淆

2.签名打包

3.补丁

4.Android通过这个数字证书确定应用的作者

5.错误日志的输出

6.补丁,bug热修复

http://gold.xitu.io/entry/57964afba34131005a96a5b8

https://segmentfault.com/a/1190000004625710

http://cyw3.github.io/YalesonChan/2016/Android-HotFix.html

http://blog.csdn.net/fei20121106/article/details/51819884

http://blog.csdn.net/lmj623565791/article/details/49883661

http://blog.oneapm.com/apm-tech/591.html

http://blog.csdn.net/chenyufeng1991/article/details/48979459

https://www.zhihu.com/question/21281842

http://www.w2bc.com/article/116632

二.签名打包应用:

http://www.zslin.com/web/republish/show/82

http://darkstarslyp.github.io/2016/01/13/Android应用签名打包(一)/

http://blog.csdn.net/xiaozhi0999/article/details/40864523

1)利用 Android Studio 和 Gradle 打包多版本APK

http://www.open-open.com/lib/view/open1434438066192.html

2)签名说明的官方文档

http://www.jetbrains.com/help/idea/2016.2/generate-signed-apk-wizard-specify-key-and-keystore.html

The issua about the key store path ,I use android studio to choose keystore file ,it demand me to supply jks file ?

3)签名官网

https://developer.android.com/studio/publish/app-signing.html

This helps Android ensure that any future updates to your APK are authentic and come from the original author.【目的】

https://developer.android.com/studio/build/build-variants.html#signing【Configure Signing Settings】

http://stackoverflow.com/questions/20268520/generate-signed-apk-android-studio【解决我的问题】

simply enter a name of your liking and the OK button will be clickable now. What is happening is that the window isnt really asking you chose a .jks file but rather it wants you to give it the location and name that you want it to have.

这个TMD才是正解啊。

4) App-release.apk 所在的文件

http://stackoverflow.com/questions/36463690/i-get-only-app-release-unaligned-apk-when-i-press-generate-signed-apk

三.发布

1)发布到google 市场

https://developer.android.com/distribute/googleplay/start.html

2)Android Studio如何发布APK

http://blog.csdn.net/sunylat/article/details/9239595
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签:  签名 打包 发布