Exporting to android error

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By edimemune
:warning: Old Version Published before Godot 3 was released.

When trying to export a project as apk, I keep getting this erro: no manifest. jar is unsigned.. Why? I set up Godot for exporting apk correctly.
Here is the setup (images):

https://drive.google.com/open?id=0BxW0b-YjQRdXOG1vWndUTVpkdzA

https://drive.google.com/open?id=0BxW0b-YjQRdXVnJQN1Rnb0Vqc0k

https://drive.google.com/open?id=0BxW0b-YjQRdXMTF0WlBpa3VGTEE

https://drive.google.com/open?id=0BxW0b-YjQRdXWGhhNjZnajVKMHM

:bust_in_silhouette: Reply From: LainVohnDyrec

things to check:

  1. make sure youve created a keystore and remember all oc its user/passwords.
  2. download the android template, and extract the contents in the template folder of Godot located in Local Files “%appdata%”
  3. make sure uve also put the correct user/pass in the Project Setting for Abdroid
    as well as in Export Settings in Export
  4. make sure you have the proper versions of Java and SDK manager tools and API

i had this problem before and one of these was the culprit at some point.
Good luck

Still doesn’t work after all these…

edimemune | 2017-09-10 16:49

You need to add the release key… and create a new one, never publish your passwords.

eons | 2017-09-10 22:40

I just forgot to add in Project > Export… :
Debug User : “androiddebugkey
Debug Password
: “android”.

That was the problem for me, took so long, maybe it’s by default but wasn’t for me.
Could it help ?

Elo20012 | 2020-10-07 04:49