Skip to content

Latest commit

 

History

History
20 lines (11 loc) · 382 Bytes

howto_linux_exports.md

File metadata and controls

20 lines (11 loc) · 382 Bytes

How to build (with linux :))

  1. Clone this Git repository

  2. Set java and SDK PATH

use your system path

for example:

export JAVA_HOME=/usr export ANDROID_SDK_ROOT=/home/max/coding/Android/Sdk

  1. Put godot-lib.***.release.aar in ./godot-google-play-billing/libs/

  2. Run ./gradlew build in the cloned repository

use java 11

sudo update-alternatives --config java