Luigi Tiburzi
Luigi Tiburzi

Reputation: 4325

Double taskbar icon android studio

I just installed Android Studio and got it working but unfortunately, as it happened for Eclipse, when I pin it to the taskbar every time it is started it doubles itself (with a slightly different icon actually). How can I have solve this issue?

Upvotes: 4

Views: 2284

Answers (2)

silvioprog
silvioprog

Reputation: 710

I reported and fixed it for AS 0.8.12 version (the currenty version).

Please see the step by step to fix it for any AS version:

https://code.google.com/p/android/issues/detail?id=77439

HTH.

Upvotes: 0

Maksim Solodovnikov
Maksim Solodovnikov

Reputation: 824

Instead of launching Android Studio via the studio.exe located in the root folder, launch it via studio.exe (studio64.exe in case of 64-bit JDK) located in the bin folder. This should fix the nasty double icon issue that you are experiencing. Note however that the studio.exe file I have mentioned is available in the bin folder starting from Android Studio version 0.1.3.

Upvotes: 1

Related Questions