Some Monkey
Some Monkey

Reputation: 21

The Dreaded: No Android SDKs were found under the specified SDK location

Hoping, with some assistance, to find a solution here pls;

Environ: OSX 10.14.3 (Mojave)
Appcelerator:
build: 5.1.1.201809051655
Build: jenkins-appcelerator-studio-titanium_studio-master-38 (master)
Date: 201809051655

Mac 64-bit installer downloaded from: https://platform.axway.com/#/product/studio

I originally attempted to install sdks via the button in the dashboard. The android sdk claimed it came down and was recognised as good. However the iOS sdk was problematic and just sat there spinning. I subsequently opened the App Store and d'loaded/installed XCode directly from there. Since then, it appears the Andoird sdks do not want to be recognised.

Things I have already attempted:

There is no mention of 'avd.py' in the log. Surely, this indicates there is no Python installed, no......? And if no python is installed, how could a script expected to run in order to recognise the android sdk physically run?

I then clicked on configure for the Android sdk, which when finished showed me all Ticks, but to no avail. Both the prefs dialog and the Dashboard claim it still ain't there.

Android SDK

I would really appreciate your assistance.

Many thanks in advance.

Upvotes: 2

Views: 1180

Answers (4)

catlingo
catlingo

Reputation: 1

I had that exact problem, but somewhere in the appcelerator docs (https://docs.axway.com/bundle/Titanium_SDK_allOS_en/page/installing_the_android_sdk.html) was an instruction to also install android studio at https://developer.android.com/studio/index.html.

After installing android studio and using that the menu on the bottom: configure -> sdk manager to download SDKs, my Appcelerator studio worked. I still can't use appcelerator studio to get more SDKs, but the android studio path at least has me working again.

Upvotes: 0

Frk7
Frk7

Reputation: 11

Android Executable = not found

I think you miss the tools directory in the sdk (with Android Studio's SDK Manager I had to install Android SDK Tools).

I'd suggest to download the Android SDK with Android Studio or standalone from Google and then add the sdk path in Appcelerator Studio settings (Platform -> Android).

Upvotes: 1

motiur
motiur

Reputation: 115

Please try to place your "android-sdk" folder to the Home directory and show the location to the Axway Appcelerator Studio>>Preferences>>Studio>>Platforms>Android>Android SDK Home. Then click on Install SDKs>> Now select android 6.X.X, 7.X.X,8.X.X and install those packages.

If you face any issue then try to setup android SDK via the terminal.

  • appc ti config android.sdk SDKLocation
  • appc ti setup android

And restart PC.

Also, take a look android SDK installation guide - http://docs.appcelerator.com/platform/latest/#!/guide/Installing_the_Android_SDK

Hope this helps.

Upvotes: 0

TOUSIF
TOUSIF

Reputation: 315

  1. Completely uninstall (remove every installed file) the android studio and install it again.

2.U can also download sdk and ndk inside android studio -> sdk manager

Upvotes: 0

Related Questions