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.
Asked
Active
Viewed 52 times
0
-
I don't think that is possible. What do you want to do with it anyway? – konstantin durant May 03 '22 at 12:53
-
I want to make record and update to my UI like how many times build has been generated. – Rohit S May 04 '22 at 05:22
-
Than it's probably best to use the version code / name of your app instead. – konstantin durant May 04 '22 at 11:41
1 Answers
0
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?

konstantin durant
- 168
- 9