androidadtandroid-ide

Cannot pin ADT in taksbar in windows 7


I cant pin ADT into the taskbar in windows 7. The icon also turns to eclipse and when the IDE opens up it turns into like this.

enter image description here

When i right click on the icon it only shows the close option. Anyway to resolve this problem?

Im using the 64bit version by the way.


Solution

  • I finally fixed it. What I did was

    Open the eclipse.ini which can be found at the root folder of your eclipse folder and place this line of code at the very top. Make sure you place it at the very top to avoid errors.

    -vm
    C:\Program Files\Java\jre7\bin (This will depend where you install your JRE)

    save your changes and close your IDE if it's open. When you reopen it. The broken icon turns to eclipse icon. Right the icon and select pin this program to taskbar and you're done.