'Get count for number of times build for Generate Signed APK in Android Studio
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.
Solution 1:[1]
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?
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | konstantin durant |
