Replies: 7 comments 4 replies
-
Failed to install on miui even after signed.
|
Beta Was this translation helpful? Give feedback.
-
Some directions for signing Android packages is available on Briefcase RTD: https://briefcase.readthedocs.io/en/stable/how-to/code-signing/android.html Largely, though, this information is contained in Google's Android documentation. |
Beta Was this translation helpful? Give feedback.
-
But I failed to isntall it on MIUI. |
Beta Was this translation helpful? Give feedback.
-
This is the command to sign. jarsigner -verbose -sigalg SHA1withRSA -digestalg SHA1 -keystore D:\APPS\AndroidFrag\.android\upload-key-helloworld.jks TLSfragment-0.0.1.aab upload-key -storepass android |
Beta Was this translation helpful? Give feedback.
-
this is the jws file(delete |
Beta Was this translation helpful? Give feedback.
-
adb: failed to install C:\Users\Dev C\Desktop\TLSfragment.apk: Failure [INSTALL_PARSE_FAILED_NO_CERTIFICATES: Failed to collect certificates from /data/app/vmdl474590255.tmp/base.apk: Attempt to get length of null array] I don't think it is caused by signature since this is the error information when I install it with adb. |
Beta Was this translation helpful? Give feedback.
-
Uploading TLSfragment.apk.zip… |
Beta Was this translation helpful? Give feedback.
-
I use github actions.
I use varieties of programmes to sign the apk but it says passwork is wrong.
When i install it on my device, it says info is null.
Beta Was this translation helpful? Give feedback.
All reactions