Android Studio Downgrade - android-studio

I'm having some Gradle sync issues with LibGDX and from what I've read I need to downgrade to an old version of Android Studio (2.2.3). Unfortunately, Google no longer hosts these old versions on their websites. Does anyone know where I can get it for Mac?

Related

Upgrading Android Studio

So, its been awhile since I worked in Android studio, but decided to work an a old project.
I installed the latest version of Android Studio, copied the project from my old computer and imported it into Android Studio. When I tried to run it, I ran into a never ending sequence of problems, like SDK version, gradle plugin, kotlin version etc. being incompatible with this new version of Android Studio. So, my question is, is there a procedure to import an old project into a newer version of Android Studio to circumvent all this, or is one just stuck starting from scratch?

Where did i get list of all versions of Android Studio?

I am stuck in my Android Studio and not able to open it. So i want to install new Android Studio with a lower version than previous. So, where did i get it?
Here, on the below link you are able to get all the versions of Android Studio.
https://android-studio.en.uptodown.com/windows/old
Go and get your suitable version of Android Studio.
Here you have old versions:
https://developer.android.com/studio/archive.html
Not all versions are available.

Google API, Facebook API,YouTube API not working with Android Studio 2.1.2

I recently updated my android Studio from version 1.5.1 to version 2.1.2. But ever since I've done that, my app no longer seems to be able to login with google or facebook. Neither would the Youtube API work. Is there a way around this problem or should i be looking to revert back to Android Studio 1.5.1 till 2.1.2 becomes more stable?
Or maybe it is because of SDK update to android N? Though I don't think that is the problem since the gradle files still compile the project with the previous build settings

Can you upgrade your Android Studio Preview to Android Studio beta (0.8.x)

Has anyone been able to upgrade from within the Android Studio Preview (canary channel) to Android Studio beta or do you have to start with a fresh beta install?
You cannot upgrade Android Studio Preview to Beta. These are two different products. You have to uninstall the preview and install the beta. It was straitforward for me. Beta setup can even import Preview settings. I just had to update my build.gradle file (on a small project) since I also downloaded API 20. It was not more painfull than an ordinary canary update of Android Studio Preview after all ;)
This page may be usefull for a step by step Android Studio Beta installation guide: http://bugapart.blogspot.fr/2014/06/install-android-studio-beta-for-dummies.html
As Dazzibao said, you cannot. However I would like to point out that I can't seem to find the Preview version being advertized for download anywhere on Google's site anymore. It would seem to me then that it IS recommended to upgrade to Beta as soon as possible if you're already on the Preview build. I would have posted a comment to reply directly to amchang87's comment on going against recommending it, but I simply don't have the rep yet.
I'm swapping mine out as I type this.

Android studio doesn't create project structure

I am new to Android studio. I tried to create my first project and there is no project structure only gradle files. What am I doing wrong? I keep getting these files with creation of another new project.
Update SDK via Android SDK Manager. You need all packages in Tools to be installed.
But even after doing so, I can't make it to auto generate resources. So I continue to deal with it...
I found what was my problem. I updated Android studio from version 1.x to 2.x. On official site is written that if you try to install version 2.x into same location Android studio might not work properly and there could be some unexpected behavior.
So just removing Android studio and then reinstaling it, worked perfectly.

Resources