I recently changed computers, and I had no trouble getting the keystore file. However, I cannot find the key alias file. Do I need that or is it bundled with the keystore?
Asked
Active
Viewed 1,824 times
2
-
1I think, key store is enough. – Androider Sep 05 '15 at 17:08
1 Answers
3
You need only the keystore, you can make new alias for every release , or just use one for all releases, also even for all apps, the key alias is a "pointer" for your certification key not a part of it.
For more about this you can see this link : KeyStore and Key Alias
This too: Android: What is a keystore file, and what is it used for?

Community
- 1
- 1

Al-Mothafar
- 7,949
- 7
- 68
- 102
-
I have done like this - made new key alias keeping Keystore the same as the old release. But after uploading to google play store it says that the SHA1 certificate of the new and old don't match. – mad_lad May 18 '21 at 12:21