質問

I want to work and upload my application to Google play from 2 different computers. How properly to sign the apk on them? Does it mean that I need to sign on both of them with same keystore file?

役に立ちましたか?

解決

Yes you have to use same keystore file for that APK file.

For that you need to copy that keystore file in both computers and after that use that keystore file path for your apk file.

他のヒント

You need have to copy you keystore files on both computers! AS simple as that!

just create a keystore and use it to sign your app on different computers

The procedure for creating keystore is : https://www.jetbrains.com/idea/webhelp/generate-signed-apk-wizard-specify-key-and-keystore.html

I wish you know how to transfer your keystore from one computer to another.

ライセンス: CC-BY-SA帰属
所属していません StackOverflow
scroll top