Crash Rate at google play , developed games in cocos2dx version 3.15

@slackmoehrle did you have a chance to work on cpp-tests release in Google Play?

@slackmoehrle 3.17.1 is released. did you have a chance to work on cpp-tests release in Google Play?
Do you need some help?

Yeah let’s do it

@slackmoehrle Did you have a chance to release cocos2d-x-3.17.1 in Google Play?
It would be nice to see link to cpp-test Google Play on https://cocos2d-x.org/ (and new cocos2d-x website :slight_smile: )

Below build:
https://ci.appveyor.com/project/minggo/cocos2d-x/builds/21221059
https://ci.appveyor.com/project/minggo/cocos2d-x/builds/21221059/job/hn4yme3vv90388dk/artifacts

Procedure how sign apk:

wget https://ci.appveyor.com/api/buildjobs/hn4yme3vv90388dk/artifacts/release%2FCppTests-release-unsigned.apk
keytool -genkey -v -keystore my-release-key.jks -keyalg RSA -keysize 2048 -validity 10000 -alias my-alias
zipalign -v -p 4 CppTests-release-unsigned.apk CppTests-release-unsigned-alligned.apk
apksigner sign --ks my-release-key.jks --out my-app-release.apk CppTests-release-unsigned-alligned.apk

How to install on android device:
adb install my-app-release.apk

Thanks. I was running into packaging issues. I’ll start this again tomorrow.