Get count for number of times build for Generate Signed APK in Android Studio

70 Views Asked by At

How to get the count for the number of times the Generate Signed APK is generated/build in Android Studio. Any way to do it programatically.

1

There are 1 best solutions below

0
On

That's not possible. I recommend using the version code / name of your app. Here are a lot examples how to do so: How can you get the build/version number of your Android application?