-
-
Notifications
You must be signed in to change notification settings - Fork 21.8k
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
export to apk error:"'jarsigner' returned with error #1" #47
Comments
I think jarsigner only works from jdk 6. Do you know how to get it to work in other jarsigner versions? |
I found export.cpp command :./jarsigner -digestalg SHA1 -sigalg MD5withRSA -verbose -keystore $keystorepath -storepass $pass $apkpath $name. |
Workaround: |
Many ColorPicker fixes.
my env: jdk1.6.0_45, and generate keystore by 'keytool -genkeypair -alias androiddebugkey -keypass android -keystore debug.keystore -storepass android -dname "CN=Android Debug,O=Android,C=US" -validity 9999'.
When i export apk occured " jarsigner' returned with error #1'", and the apk can be install, but the last step of the install occured 'app not install' .
export linux is good.
The text was updated successfully, but these errors were encountered: