Reputation: 362
I got a new MacBook Pro and I just installed Eclipse and I followed the install instructions to install the ADT plugin, however after I restart Eclipse I do not know where it downloaded the ADT plugin folder and could not find it, does anyone know where this folder is located?
(it is not located in my user directory/android-sdk)
Upvotes: 2
Views: 4205
Reputation: 18670
It is in your eclipse's plugins
directory, just like any other eclipse plugin.
It's a jar file named com.android.ide.eclipse.adt_xxxx.jar
Note that the configuration of ADT plugin requires that you enter the location of android SDK in Eclipse's preferences: in Preferences > Android > SDK Location enter the directory where your android SDK was extracted
Upvotes: 2