Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support SDK installation from command-line #65

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Ayowel
Copy link

@Ayowel Ayowel commented Mar 1, 2023

At the moment, there is no command-only way to install the SDK from the command-line, which is an issue when automating Ren'Py games' releases as it makes it impossible to 'cleanly' automate Android releases on CI/CD platforms.

This PR:

  • Fixes an issue with the inserted buildlib path when running from a directory that is not the one that contains android.py
  • Removes unused imports
  • Makes it possible to run lib/py?-[...]/python -m rapt.android from Ren'Py's directory to install the android SDK from the command-line on a Ren'Py install

@do10HM
Copy link

do10HM commented Feb 28, 2024

This is absolutely a step in the right direction but I feel like we should also be able to just use an env variable for the SDK path. I develop for other android engines; why do I need a separate SDK directory just for ren'py?

@wbrambley
Copy link

You don't need separate android SDK, just create symlink for SDK folder after installing rapt.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants