'app not installed' problem (Android Export)

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By RRocky123

Ok so when I try to export my game in Android It successfully exports the apk file but when i try to install that same apk file in my android phone it says ‘app not installed’. I have exported my first game in android or in other words I have made a mobile game earlier but at that time I didn’t had any problem (i was using Godot 3.2.1 at that time). Now I am currently using Godot 3.2.3 . I have filled my abd, jarsigner and debug.keystore . So any sugestions or any help would be appreciated. Thank You.

It happened to me too ! I just realized that my android device had low space. Make sure you delete some unwanted files and apps. In my case I had around 600 MB free space and still I got “App was not installed” error. I just deleted my files and when I had around 1.1 GB space then my apk file installed without problem. It’s worth giving a try

Scavex | 2021-02-08 13:37

I don’t think that’s my problem because I have around 3gb space but I will try in other android devices. Anyway thanks alot of commenting.

RRocky123 | 2021-02-08 14:05

Logcat output?

yrtv | 2021-02-08 15:30

Umm I didn’t understand what you said

RRocky123 | 2021-02-08 15:32

Same problems here. There was no issues when i was using 3.2.2. Have you manged to solve the issues?

pengyou | 2021-05-02 16:35

I have the same problem.

toivocat | 2022-05-13 17:35

:bust_in_silhouette: Reply From: LuizTM

I’m has the same problem and just resolved it trying install apk using command line adb

./adb install path_to_apk

and found problem with install certificats:

Failure [install_parse_failed_no_certificates] when attempting to install APK…

So, had that download newly version jkd 15 from Archive | AdoptOpenJDK - Open source, prebuilt OpenJDK binaries and I generated new debug.keystore using template android available from godot.

obs.: follow the tutorial again to set new version jarsigner in you editor godot project