Hi there,
I have a problem.
I haven't been able to introduce android sdk livecode yet. However, I installed android studio as an administrator. Android 9.0 package (API28) is installed on Windows 10 . Unfortunately, although I tried again and again, it was not successful.
Please help me!
the chosen folder is not a valid android sdk
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller
-
- Livecode Staff Member
- Posts: 861
- Joined: Fri Feb 06, 2015 4:03 pm
Re: the chosen folder is not a valid android sdk
Hello ckaraca
I guess you are using Android Studio 3.6.x?
Android Studio 3.6 has stopped to install the android command line tools by default. These tools were stored in the <path/to/sdk>/tools folder, and contained some necessary jar files that are needed to build for Android.
You can still force Android Studio 3.6 to download these tools:
- Launch Android Studio and go to Configure -> "SDK Manager"
- In the new window open "System Settings -> Android SDK".
- From there pick the tab "SDK Tools".
- Uncheck the "Hide Obsolete Packages" option in the bottom of the window.
- Now there should appear a new option: "Android SDK Tools (Obsolete)" - check that, hit "Apply" - it will download the files and "Tools" folder will appear in the <path/to/sdk>/ folder.
Kind regards,
Panos
--
I guess you are using Android Studio 3.6.x?
Android Studio 3.6 has stopped to install the android command line tools by default. These tools were stored in the <path/to/sdk>/tools folder, and contained some necessary jar files that are needed to build for Android.
You can still force Android Studio 3.6 to download these tools:
- Launch Android Studio and go to Configure -> "SDK Manager"
- In the new window open "System Settings -> Android SDK".
- From there pick the tab "SDK Tools".
- Uncheck the "Hide Obsolete Packages" option in the bottom of the window.
- Now there should appear a new option: "Android SDK Tools (Obsolete)" - check that, hit "Apply" - it will download the files and "Tools" folder will appear in the <path/to/sdk>/ folder.
Kind regards,
Panos
--
Re: the chosen folder is not a valid android sdk
Your help was very precious to me.
He finally succeeded
. Thank you very much.
Best regards.
He finally succeeded

Best regards.
-
- VIP Livecode Opensource Backer
- Posts: 10043
- Joined: Sat Apr 08, 2006 7:05 am
- Contact:
Re: the chosen folder is not a valid android sdk
Thank you for that note, Panos. I see it's been added to the Lesson for this. Was that added fairly recently, or did I just miss that note when I last referred to that article a couple months ago?LiveCode_Panos wrote: ↑Fri May 01, 2020 8:30 amAndroid Studio 3.6 has stopped to install the android command line tools by default. These tools were stored in the <path/to/sdk>/tools folder, and contained some necessary jar files that are needed to build for Android.
Richard Gaskin
LiveCode development, training, and consulting services: Fourth World Systems
LiveCode Group on Facebook
LiveCode Group on LinkedIn
LiveCode development, training, and consulting services: Fourth World Systems
LiveCode Group on Facebook
LiveCode Group on LinkedIn