Advertisement
metalx1000

Godot export apk setup

Mar 10th, 2021
2,160
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.24 KB | None | 0 0
  1. sudo apt install openjdk-11-jre-headless openjdk-11-jdk-headless adb godot3
  2.  
  3. keytool -keyalg RSA -genkeypair -alias androiddebugkey -keypass android -keystore debug.keystore -storepass android -dname "CN=Android Debug,O=Android,C=US" -validity 9999
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement