Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sign in apk is not working #2139

Closed
SivaramNalliboyana opened this issue Apr 13, 2020 · 1 comment
Closed

Sign in apk is not working #2139

SivaramNalliboyana opened this issue Apr 13, 2020 · 1 comment

Comments

@SivaramNalliboyana
Copy link

I have a created a app and want to publish it into playstore. While following this apk sign in article https://github.com/kivy/kivy/wiki/Creating-a-Release-APK
.I did everything mentioned there but when I run buildozer -v android release I am getting the error that the P4A_KEYSTORE ,P4A_KEYSTORE_PASSWD etc is missing . Here are the steps I die

  1. $ mkdir -p ~/keystores/
    $ keytool -genkey -v -keystore ~/keystores/example.keystore -alias example -keyalg RSA -keysize 2048 -validity 10000
  2. Then it asked me passwords and I typed kivysignin(it is a fake passwd)
    3.I exported the variables
    $ export P4A_RELEASE_KEYSTORE=~/keystores/example.keystore
    $ export P4A_RELEASE_KEYSTORE_PASSWD=kivysignin (the fake password which I gave in step 2)
    $ export P4A_RELEASE_KEYALIAS_PASSWD=kivysignin
    $ export P4A_RELEASE_KEYALIAS=example
  3. then I cd into my folder and ran sudo buildozer -v android release

YAh then I got the errors that the variables which were exported were missing. I ran everything in one terminal

@matham matham transferred this issue from kivy/kivy Apr 13, 2020
@SivaramNalliboyana
Copy link
Author

I did it, used another way

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant