I have a project on eclipse, I just import project to Android Studio, every thing works fine.
But when I upload signed apk to Play store it's say
"APK that is signed with a different certificate to your previous APKs"
I used same keystore, but when I export apk from eclipse it's accepted but from Android studio it's not.
I also tried to change version code & version name without any chance.
Please any advice for that strange issue.
Asked
Active
Viewed 131 times
1
Belal mazlom
- 1,790
- 20
- 25
-
No strange, you just need to reconfigure signing with Android Studio. One example of how to do it with local passwords https://www.timroes.de/2013/09/22/handling-signing-configs-with-gradle/ – MLProgrammer-CiM Jun 06 '15 at 00:45
-
I follow steps in this link, no difference, Google play still say "APK that is signed with a different certificate to your previous APKs" – Belal mazlom Jun 06 '15 at 15:51
-
There may be some signing differences between AS and Eclipse. Try using jarsigner from command line instead. If that doesn't work, I'd consider contacting support. – MLProgrammer-CiM Jun 06 '15 at 22:06
-
Thanks, this issue just take all my time, but I used these steps to build apk manually http://developer.android.com/tools/publishing/app-signing.html#signing-manually and it's worked, I think you are true it's seems there is differences between AS and Eclipse in signing, or may be I need to reinstall Android studio – Belal mazlom Jun 06 '15 at 22:24
-
1I remember a bug being filled about it during AS alphas, so there's that. Check with google support, really. – MLProgrammer-CiM Jun 06 '15 at 22:36