Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to reset Android Studio to previous version

I recently recklessly updated AS from 3.0.1 to 3.1, but project manager says 3.0.1 is the version to be worked with in our project. Is there a way to reset AS to version 3.0.1 without having to uninstall it?

like image 465
Iago Brayham Avatar asked Mar 31 '18 21:03

Iago Brayham


1 Answers

Currently there is no direct way with which a downgrade can be done. I managed to do the downgrade by downloading Android Studio 3.0.1 from here and then running the installer. It will prompt whether to uninstall previous version, and when you allow and proceed, it will remove 3.1 and install 3.0.1.

You need to ensure 3.1 is not running in background i.e. Close the Studio 3.1 application.

like image 151
Sagar Avatar answered Sep 25 '22 06:09

Sagar