3

I try update my android studio 2.2.3 to 2.3 on Linux 16.04. I click on check for update, update and restart. It starts to downloading patch file at the end of downloading it crashes android studio.

  • How I can update my android studio?
  • Is there any chance by updating android studio through terminal?

SOLVED:

Just delete old version and install new one.

MedveDomg
  • 131
  • My take on this was to download the new android studio from official website and import settings from the old version. – Arnis Shaykh Mar 06 '17 at 16:36

1 Answers1

0

You have to update Java in your OS first by using below command

sudo apt-get update

and

sudo apt-get upgrade

Then your Android Studio will be fine.