user1314147
user1314147

Reputation: 362

Where is ADT plugin folder?

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

Answers (1)

sdabet
sdabet

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

Related Questions