jafar
jafar

Reputation: 345

"Android studio is currently running" error

I have just downloaded the new version of Android Studio. When I run the setup file, it gives me an error:

Android studio is currently running. Please exit the application and press OK to continue with the installation

But I don't have Android studio opened.

Upvotes: 3

Views: 7054

Answers (10)

jia jia
jia jia

Reputation: 1

kill the scheme and open your task manager and find this ("adb") in the list then close it

Upvotes: 0

Akash Shiv
Akash Shiv

Reputation: 1

i had same problem . but i found a solution . this is Steps works for me

Step 1 : Go to task manager

Step 2 : Search android file

Step 3 : click right on android file

step 4 : Select end task

Open again Andorid Studio

Successfully Open Thank you

Upvotes: 0

Sumit Patel
Sumit Patel

Reputation: 389

you should go to task manager and find all services which is related to android studio. just end it and you should also need to close the clone of ADB then you can install the new version.

Note : make sure when you have install the version you should open with the admin permission or with the user that have all rights..

Upvotes: 0

Heater
Heater

Reputation: 1

It's so late..but I had same problem and I solved this just moments ago.
[Ctrl+shift+esc] and you can open up "Task manager" (I'm korean, so i don't know Eng_name. sry) and you can see android studio in background process and you should right click and finish it then it's solved

Upvotes: 0

T.C.
T.C.

Reputation: 13

An edge case, but if you are running Simplicity Studio (an Eclipse-based IDE from Silicon Labs) you'll have to close it. It is shown in process explorer as 'studio' and seems to confuse the Android Studio installer.

Upvotes: 0

whoasked
whoasked

Reputation: 420

The installer looks for a running process named either studio or studio64 (depending of course on your system architecture). Find and kill this process in order to continue.

Upvotes: 4

simon_bln
simon_bln

Reputation: 1

i had same problem, even with admin rights...

finally i put the program out of the windows download folder to the desktop and closed some other programs (word) which should have actually nothing to do with android studio. Also started with admin rights and voilá - installation is running now :)

Upvotes: 0

pete
pete

Reputation: 21

Are you having some other IDE running? Stop that before installation. Helped for me.

Upvotes: 1

hAm
hAm

Reputation: 21

Just right click Android Studio Setup File and select Run as administrator

Upvotes: 2

user3777553
user3777553

Reputation: 15

Open your task manager and find this ("adb") in the list then close it

Upvotes: 0

Related Questions