Release build is corrupted when updating support g

2019-08-21 00:41发布

问题:

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.