INSTALL_PARSE_FAILED_NO_CERTIFICATES error
Posted: Fri Aug 23, 2019 12:50 am
Hello LiveCoders
I'm trying to do a simple test by building a "Hello world" Android app on a x86 AVD, a featured achievement on LIveCode 9.5
However, it always fails in this stage:
Installation of app failed: adb: failed to install
/tmp/fileuhoo4r.apk: Failure
[INSTALL_PARSE_FAILED_NO_CERTIFICATES]
Failed to collect certificates from
/data/app/vmd/10435579641.tmp/base.apk
/data/app/vmd/10435579641.tmp/base.apk failed
verification of META-INF/CERT.SF: IO exception
verifying jar cert: Unable to parse the encoded bytes:
Encoding bytes too short]
Performing streamed Install
I already tried by using "Sign for development only", "Do not sign" and even "Sign with my key" and put my path to a "release.keystore", this key created as shown in your tutorials. Nothing worked.
My computer has been used on previous LiveCode versions to test Android apps, so I'm fairly sure it was configured properly...
Please help, I cannot figure out how to solve this...
I'm trying to do a simple test by building a "Hello world" Android app on a x86 AVD, a featured achievement on LIveCode 9.5
However, it always fails in this stage:
Installation of app failed: adb: failed to install
/tmp/fileuhoo4r.apk: Failure
[INSTALL_PARSE_FAILED_NO_CERTIFICATES]
Failed to collect certificates from
/data/app/vmd/10435579641.tmp/base.apk
/data/app/vmd/10435579641.tmp/base.apk failed
verification of META-INF/CERT.SF: IO exception
verifying jar cert: Unable to parse the encoded bytes:
Encoding bytes too short]
Performing streamed Install
I already tried by using "Sign for development only", "Do not sign" and even "Sign with my key" and put my path to a "release.keystore", this key created as shown in your tutorials. Nothing worked.
My computer has been used on previous LiveCode versions to test Android apps, so I'm fairly sure it was configured properly...
Please help, I cannot figure out how to solve this...