-
-
Notifications
You must be signed in to change notification settings - Fork 11.6k
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
[error] (android:signRelease) Error signing jar (exit code was 1.) #949
Comments
Read the error log.
This means the key alias is probably wrong. |
I recreated the keystore.
And I got the final apk at
Thanks for your help. PS: There seems to be no need to do the below step.
Because I do not edit the keystore under the folder ~/.keystore. It can still produce the apk. |
Marked |
When I tried to build the signed release build.
I got the release unsigned apk at
./target/android/output/shadowsocks-release-unsigned.apk
Before the above, I created a keystore by running
keytool -genkey -v -keystore release.keystore -alias release -keyalg RSA -keysize 2048 -validity 10000
so I got release.keystore.Then I created local.properties from local.properties.example.
Then I copy it to ~/.keystore using
I read app-signing
what should I do?
Should I follow the following struction step by step?
Or do something else and when run
will directly get the signed app?
The text was updated successfully, but these errors were encountered: