Page 1 of 1

Trying to setup Android SDK

Posted: Tue Sep 29, 2015 7:06 pm
by kolia
Hello,
Now that I have a running app (on Windows), this is the time to make it working on the target, that is Android.
So as explained here https://livecode.com/app-in-a-day/installation/android/ I installed Java SDK and latest Android SDK. Now I trying to get LC known that Android SDK is installed (it is not installed by default in Windows Program Files but in C:\Users\Nicolas\AppData\Local\Android\android-sdk). So when I tell LC the path I get the following error message: The choosen folder is not a valid Android SDK. Please ensure that you have installed it correctly, and enabled support for Android 2.2 (Froyo)
Well, what can be done?
Thank you
Nicolas

Re: Trying to setup Android SDK

Posted: Wed Sep 30, 2015 7:51 am
by kolia
Hello,
In the meantime I tried to get it sorted out, without success though.
As far as Android setup is concerned here is my current configuration:
- Android SDK Tools 24.4, Platform-Tools 23.0.1, Build-tools 23.0.1 installed
- Android API 23: installed
- Android support Library 23.0.1: installed
- Java SDK installed with MYJAVA env variable path in place

Shall I revert to Android Build Tools 22.0.1 and API 8? (current API version is 23, would be pretty strange)
This thing is really a nightmare...
Thanks for any help
Nicolas

Re: Trying to setup Android SDK

Posted: Wed Sep 30, 2015 11:15 am
by Simon
Hi Nicolas,
You still haven't said if you've enabled support for Android 2.2 API 8 from the SDK Manager.

Simon

Re: Trying to setup Android SDK

Posted: Wed Sep 30, 2015 11:35 am
by kolia
Sorry, since my last post I should have reported that I update the Android installation. What is installed now:
- SDK Tools 24.4
- SDK platform-tools 23.0.1
- SDK build-tools 23.0.1
- SDK build-tools 22.0.1
- Android 2.2 API 8
- Support Library 23.0.1
- Google USB driver 11

No more, no less. Still can't setup preferences in LC.

Edit 1: btw Under API 8 I've only the three first items.
Nicolas

Re: Trying to setup Android SDK

Posted: Wed Sep 30, 2015 3:09 pm
by MaxV

Re: Trying to setup Android SDK

Posted: Wed Sep 30, 2015 7:04 pm
by kolia
Thanks to the link provided, it is setup now. Thank you
Nicolas