Where can I find the source code for the Android Development Tools (ADT) plugin for the Eclipse IDE? [closed]

StackOverflow https://stackoverflow.com/questions/3487398

  •  28-09-2019
  •  | 
  •  

Question

I can't find the source code for the Android Development Tools Plugin for Eclipse. It seems to have been moved a few times, and when I google the question, the answers point to the wrong places. Also http://source.android.com/discuss seems to be down.

Was it helpful?

Solution

For Android open source project downloaded in May 2011, the source for the eclipse plugins was in <aosp_root>/sdk/eclipse/plugins

$ cd sdk/eclipse/plugins; ls 
com.android.ide.eclipse.adt
com.android.ide.eclipse.hierarchyviewer
com.android.ide.eclipse.tests
com.android.ide.eclipse.ddms
com.android.ide.eclipse.pdt
com.android.ide.eclipse.traceview

OTHER TIPS

For me

git clone "https://android.googlesource.com/platform/sdk"

worked

Source code for ADT 22.6 is here

https://android.googlesource.com/platform/sdk/+/tools_r22.6/eclipse/plugins/

For older versions, Check following link and search for respective branch name as "tools_{version}"

https://android.googlesource.com/platform/sdk/+refs

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top