skip to Main Content

I have installed android studio and emulator in my windows 10. Created a flutter app and run on emulator. Then closed the project, and closed android studio And shutdown my pc. Everything happened smoothly with no errors. But when I restarted my pc two days after. I searched for android studio in windows search, there is no search result for that. Then I saw all of my apps, android studio is not there. Then saw this directory.

C:UsershayeeAppDataLocalAndroidSdk

There is no exe or other file to launch android studio. I also have project files that I had created. Then I saw in uninstall programs I found there. Here is screenshot.
image

Also there is no solution on internet.

2

Answers


  1. Chosen as BEST ANSWER

    I found studio64.exe in following directory.

    C:Program FilesAndroidAndroid Studiobin

    Here I can launch android studio by double clicking studio64.exe file.


  2. The shortcut for android studio could be in this location :

    C:ProgramDataMicrosoftWindowsStart MenuProgramsAndroid Studio

    studio64.exe

    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search