Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Android Developer Console - wrong fingerprint after release build with Android Studio

I started building an Android app with Adobe Air so I needed a .p12 key for building the release version .apk Next I ported the app to Unity3d so I converted the .p12 to .keystore. Up to this point there was no problem uploading new versions to the Developer Console.

Now I rewrote and redesigned the app with Android Studio. When I upload the release version build with Android Studio I'm not able to publish it because of different fingerprints. I tried to sign the release build in Android Studio with v1, v2 and both.

Any idea on how to solve the issue?

like image 901
Janine Kroser Avatar asked Mar 10 '17 11:03

Janine Kroser


1 Answers

On Unity apk fingerprints creating like "com.companyname.apkname" but On Android Studio fingerprints as default creating like "com.company.name.apkname" and these are diffrent fingerprints as you can see :)

It probably solve your problem, try this out and inform me please :)

like image 150
Eren Avatar answered Oct 18 '22 21:10

Eren