Problem when updating android Studio

0

I have a problem with my Android Studio . I have version 1.3 and when I look for updates it tells me that it is already updated, any way to update it to 1.5.1?

    
asked by Nicolas Schmidt 05.04.2016 в 03:28
source

2 answers

2

You can download Android studio entirely, from this link

You can keep your SDK and APIs installed, just tell the new version of Android studio where you have the Android SDK.

On my Mac, it's here:

Android - > Preferences - > Appearance & behavior - > System settings - > Android SDK

    
answered by 05.04.2016 / 03:33
source
0

The official site to install Android Studio for PC or MAC is:

link

When you have a problem with Android Studio it is not an option to uninstall everything and reinstall , Android Studio is now much more stable and harder to corrupt than Eclipse.

If the packages or APIs are downloaded, they do not need to be downloaded again, since they are downloaded in the route where the SDK is located.

You can even change the SDK route or change to another version from the preferences:

Your problem you could solve only by changing to "stable channels" and activating the update again.

    
answered by 05.04.2016 в 05:54