apk not installing error.

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

I’am exporting a game to android, and i already set up the keystone and etc, everything alright. But when i try to install it on the android, it just shows “The apk was not installed”. My friends also had this message, and i don’t know what could be the reason, i alredy export a game a while ago and it worked properly.

Check this. Problems while installing your apk can be different based on your Android version.

MxtApps | 2021-07-19 12:20

can i change the apk version when extracting or something?

RiqueDiaz | 2021-07-19 20:01

:bust_in_silhouette: Reply From: lewis glasgow

first step:

jdk installation
just press download:

and go through installation

step 2:
if you have android sdk update it there are tutorials and if you dont have it download it and go through installation steps

step 3:
copy this into cmd

keytool -keyalg RSA -genkeypair -alias androiddebugkey -keypass android -keystore debug.keystore -storepass android -dname “CN=Android Debug,O=Android,C=US” -validity 9999 -deststoretype pkcs12

step 4:
go to editor settings/android
abd: C:/Users/ your user name /AppData/Local/Android/Sdk/platform-tools/adb.exe

jdk: C:/Program Files/AdoptOpenJDK/jdk-8.0.275.1-hotspot/bin/jarsigner.exe

debug keystore: C:/Users/ your user name /debug.keystore

debug user: androiddebugkey
debug pass: android

and yayyyy your done!!!