Appcelerator: No Android SDKs were found under the specified SDK location, with Android Studio - android

I first installed Android Studio .
then Downloaded Android SDK in a separate folder C:/Users/user-name/SDKs
pointed out Android Studio to this Directory and it went just fine.
Then Installed Appcelerator Studio and it went just fine .
Studio wanted to download Android SDK to a specific location .here i pointed the SDK locatioon to the Directory C:/Users/user-name/SDKs
And here the error Comes ,No Android SDKs were found under the specified SDK location
PS : when i click manage AVDs it pops up Android AVD manager !!
Using Windows 10

As a Direct answer for this Question :
go to C:/Users/user-name/.titanium/
delete the file named config.json
then restart the IDE
This should solve the problem instantly
on Windows 10

Related

Android studio sdk not being downloaded

Hello i have downloaded android studio recently and got a little problem .
After following the intallation it appeared that i don't have an sdk
I opened sdk manager and it says
The Android SDK location cannot be in the filesystem root
I clicked edit and chose a location to download sdk but it says
Nothing to do! Android SDK is up to date. SDK emulator directory is
missing**
And whenever I try to create a project it says
SDK Problem.Your Android SDK is missing, out of date or corrupted.
Can you please tell me why am I getting this ?
And how can I solve this issue ?
Just use hostname:8080 as your proxy settings

Android sdk not included with android studio

Trying to download android studio, i have all the needed requirements for a PC.
Found that i need both jdk and sdk and that sdk should be included with android studio.
First i downloaded and installed jdk.
After downloading android studio from https://developer.android.com/studio/ , everytime i start a new project i get the following error
Your Android SDK is missing, out of date or corrupted
I checked the path of my sdk and found that by default it should be
C:\Users\elhachem\AppData\Local\Android\Sdk
Or in Appdata/Local there isn't any folder named Android..
Seems like android studio download doesn't contain sdk anymore.
I downloaded latest version of sdk and created the path AppData/Local/Android and i inserted my sdk inside.. Keep on having same error
First check its location from SDK Manager. There you might find a way to solve the problem. If still you have problems, then i recommend you to download to another drive (like D or F). Then again check its location from SDK Manager. If the location is not set, then point it to your new downloaded SDK. And as far as i can tell from the comments your internet connection might not be working properly.

Setup Android Studio SDK with Unity

I have recently downloaded Android Studio with its SDK and set custom path for SDK download and its get completed.
My Android Studio correctly detected downloaded SDK and setup running fine with this.
But when I try to set path in Unity its not able to set, again and again same location related popup get opened.
Please see below image file:
Why path not get set that I don't know!! Upto now I used Android SDK with Eclipse so all things work good with me. But after upgrading to Android Studio I can't able to SDK path.
Please give me some help so I can able to export Android build.
Same problem running with Windows platform too.
You don't have Android SDK Tools in your folder.
Download Android SDK Tools and insert it in your sdk folder.

Offline sdk file for Android Studio

Peace be upon to you
Please help me
I downloaded offline sdk zip file "151"mb , because my network is very slow and hard to download itself.
What next steps must I do , to work Android studio and sdk normally on widows 10
Thank you
Simple!
In Android Studio go to:
File -> project Structure into Project Structure
Left -> SDK Location
SDK location select Android SDK location
As shown at: Android Studio SDK

Xamarin - disconnected from layout renderer

I just downloaded xamarin studio. I get an error message "disconnected from layout renderer please close the file and try again" whenever i open a axml in the layout folder. I can view the source but can't go to the design tab to add controls. Closing the filed does not work.
I'm not sure how to find what version of xamarin.android i'm using but I just downloaded last night. When I go to the SDK manager it tells me my Android SDK Tools are version 23.0.4.
I found this old thread on the same topic. I tried renaming my tools folder and downgrading but that didnt' work either. It told me I need tools of at least version 22.
http://forums.xamarin.com/discussion/14344/disconnected-from-layout-renderer-error-after-updating-android-sdk-tools-to-version-22-6
I've tried uninstalling Xamarin Studio and reinstalling and that didn't help. I do have Visual Studio 2013 with update 3 installed too. But then I also tried installing Xamarin Studio on another laptop with Visual Studio 2012 and got the exact same problem.
Note: this error displays in both Visual Studio and Xamarin Studio.
I really hope I can get this resolved as i'm evaluating Xamarin for 2 companies. Any help is greatly appreciated.
-Randy
The solution is here: http://forums.xamarin.com/discussion/comment/51784/#Comment_51784
Only this time, you need to downgrade from 23.0.4 to 23.0.2.
Just found this out the hard way.
Cheers
Thank you Balint! You made my weekend!!! Here is a direct link to the tools version that works.
http://dl-ssl.google.com/android/repository/tools_r23.2-windows.zip
I recently had this same issue when trying to open the main.xaml in Xamarin Studio for Mac OS X. Here are the steps I took to resolve the problem:
Open the Android SDK Manager in Xamarin Studio and delete the Android SDK Tools.
Re-download the SDK Tools from [https://developer.android.com/sdk/index.html?hl=i]. Revision 23.0.2
Make sure the downloaded SDK is unzipped in the path /Users/username/Library/Developer/Xamarin/android-sdk-macosx
Then I launched the SDK Manager from the Terminal using cd library/developer/xamarin/android-sdk-macosx/tools ./android
When the SDK launches, make sure the Android SDK Tools is not selected, else it will update it to 23.0.5 which appears to currently be broken.
After the SDK Manager updates and installs all the packages, re-open Xamarin Studio and go to Preferences -> SDK Locations -> Android and chose the path for the Android SDK.
After following these steps I was able to successfully open the main.xaml files for Android on OS X.

Categories

Resources