Release build is corrupted when updating support gradle plugins as 28.0.0-alpha1

爱⌒轻易说出口 提交于 2019-12-11 17:11:22

问题


My release build was corrupted when I using android support version as 28.0.0-alpha. But release build working fine with support version 27.1.1.

Additional Info : version name and code is missed on release build with support version 28.0.0-alpha

so How to resolve it?


回答1:


FYI

alpha is a version of a piece of software that is made available for testing.

28.0.0-alpha1 is a pre-release version to support the Android P developer preview. Its API surface is subject to change, and it does not necessarily include features or bug fixes from the latest stable versions of Support Library.

You should use stable version (27.1.1) for Release build.



来源:https://stackoverflow.com/questions/50186569/release-build-is-corrupted-when-updating-support-gradle-plugins-as-28-0-0-alpha1

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