i must have looked at every tutorial on the forum and the first 5 pages of google but i just cannot for the life of me figure this out.
Im trying to upload it to the android market using keytool to generate my certificate.
I managed to generate some certificates with this code:
keytool.exe -genkey -v -keystore release.keystore -alias (appname) -keyalg RSA -keysize 2048 -validity 10000
But it says invalid finger print.
Hmmm im probably trying to tackle this problem at the wrong angle can anyone help?
thank you.