-
Notifications
You must be signed in to change notification settings - Fork 328
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
Source keystore file exists, but is empty #3
Comments
i got the same problem
|
Any updates on this ? |
Fixed: change the platform.pk8 and platform.x509.pem will ok. |
能不能详细说下怎么解决的呢 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
i`m using following cmd to generate an android signature:
keytool-importkeypair -k demo.jks -p 123456 -pk8 platform.pk8 -cert platform.x509.pem -alias demo
demo.jks is generated from Android Studio.
And nothing occurs but an Exception:
keytool error: java.lang.Exception: Source keystore file exists, but is empty: /tmp/keytool-importkeypair.WmlH/p12
I scanned the folder /tmp/, find no folders named keytool-importkeypair,
so why this exception occurs?
The text was updated successfully, but these errors were encountered: