Renpy android build install fail - INSTALL_PARSE_FAILED_NO_CERTIFICATES

yozayozo

Newbie
Sep 14, 2021
18
2
I have done the following steps:
1. downloaded latest renpy 7.4.8.
2. opened it, clicked android and installed initial files it requires (got prompted)
3. pressed SDK & create keys - installed and created key, android.keystore is present now
4. installed the .apk via adb so the logs are present
5. install fails with the following error:

[INSTALL_PARSE_FAILED_NO_CERTIFICATES: Failed collecting certificates for /data/app/vmdl648642222.tmp/base.apk: Failed to collect certificates from /data/app/vmdl648642222.tmp/base.apk using APK Signature Scheme v2: integer overflow]

I have no clue what to do. Trying to find a solution for the last 2 days now.
Succesfully installed .apk with 3.1gb and 2.1gb and 1.5gb in the near past, but now this 2.05gb .apk is failing to install and I see no clear reason as to why.

More info (could be relevant):
ADB:
- latest adb.exe (platform-tools)
- have PATH system variable C:\Users\USER\Desktop\stuff\platform-tools


Java:
- C:\Program Files\Java :
--- jdk.1.8.0_291
--- jdk.1.8.0_301
--- jdk-16.0.2
--- jre1.8.0_291
--- jre1.8.0_301

-version command returns :
openjdk version "1.8.0_302"
OpenJDK Runtime Environment (Temurin)(build 1.8.0_302-b08)
OpenJDK 64-Bit Server VM (Temurin)(build 25.302-b08, mixed mode)

Have PATH system variable -- %JAVA_HOME%\bin


Node (probably irrelevant):
v14.18.0