Page 1 of 1

RenPy new version - install Android SDK again...

Posted: Sat Jan 20, 2018 1:32 pm
by Apa
Tom,
This is follow up to thread
>>Android Build failed Renpy 6.14
>Please hit "install sdk" again.
I do not install SDK to every RenPy version.
I create link instead
Directory of C:\renpy-6.99.14-sdk\rapt
01/20/2018 01:13 AM <JUNCTION> android-sdk-r24.4.1 [C:\android-sdk]


I wonder if you can change RenPy to look up Android SDK in env. instead of installing it:
ANDROID_HOME=c:\android-sdk
ANDROID_SDK_HOME=c:\android-sdk

If RenPy needs specific Android SDK Tools Revision or Build Tools, RenPy can try installing it into existing Android SDK or log error message and we can install it ourselves.
Android SDK is relatively big and It’ll be great if we don’t have to download it every time. :oops:
Thank you!

Re: RenPy new version - install Android SDK again...

Posted: Fri Jul 13, 2018 2:22 pm
by Dreamtale
Okay, I have the same question. Can I change SDK Api level to like 28? Because Google will require minimum Api level 26 for the apps from August!

Re: RenPy new version - install Android SDK again...

Posted: Fri Jul 13, 2018 3:48 pm
by ComputerArt.Club
Yeah, both of these things concern me too, though I was just assuming that the latest version didn’t have the api issue. August is just round the corner and I have a new app and a few updates in progress. I’m still running an older version of Renpy, do you still get this issue on the latest version?

Re: RenPy new version - install Android SDK again...

Posted: Fri Jul 13, 2018 5:02 pm
by PyTom
A total rewrite of the android build system is being worked on. The goal is going to be to use a version of the Android SDK installed using Android Studio, and that's going to support a new API version. It's going to be tight to meet the deadline, but I hope to at least have a compliant prerelease out by then.