Invalid keystore format

后端 未结 4 1382
死守一世寂寞
死守一世寂寞 2021-01-13 00:47

I recently updated an app to the market, I generated the keystore and the corresponding password. Now I updated the app and intend to update it on the market too, I have pub

相关标签:
4条回答
  • 2021-01-13 01:04

    I used unity to export the game to android studio. I had the same problem where it said invalid key format. I exported the project from unity once again to a different folder and used android studio to build it and generate a signed bundle. That solved the problem for me

    0 讨论(0)
  • 2021-01-13 01:08

    The easiest way to sort this out is to go close your Android Studio then go to your Users Directory and Delete the .android Folder and Launch your Android Studio Again(Make sure you have an Internet connection, so that it can build properly)

    0 讨论(0)
  • 2021-01-13 01:11

    (For already existing KeyStore) Put your .jks file in your workspace and then right click on project > export >Android >Export Android Application >cilck on browser (select your project) >next >click on browser (give path of your .jks file from workspace where you placed it) >password >alias (select your alias from drop down) >password >finish

    0 讨论(0)
  • 2021-01-13 01:13

    Are you positive that you are opening the same keystore as before and using the right password? There may be a possibility that the keystore somehow got corrupted; perhaps you have a backup?

    0 讨论(0)
提交回复
热议问题