How can u export a finished project to android (.apk)?

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

The problem is show in the img + i try and download ADBdriver and SDK

:bust_in_silhouette: Reply From: eons

You need to complete the required fields on editor settings (android section).

Add the path to adb, jarsigner and your debug keystore.

i downloaded allot of the files from this links:
This was for the SDK (adb.exe was not there)
This was for the jarsigner.jar (all i foud in this download was a jarsigner.exe
This was a godot page … and even there i try to downloaded it whit command lines but was a error

I know i need this files now but i cant find them…
i am using a windows 10

Sr00k | 2017-10-02 08:16

adb is a program of the Android SDK, you need to look for it in the SDK tools.

jarsigner is part of Java SDK, you need the JDK.

All these can be found on the official sites of each of these tools.

eons | 2017-10-02 17:25