Issue
While developing a plugin for Android Studio, I found I want sources for com.android.ddmlib.*, but they don't appear to be included in Sources for Android 25. Is there another source package for tools I've missed? Otherwise, where can I get the sources?
Solution
They are available at https://android.googlesource.com/platform/tools/base/+/android-7.1.1_r22/ddmlib/. Unfortunately, it's not clear which tag corresponds to a specific SDK Tools version (all tags are listed at https://android.googlesource.com/platform/tools/base/+refs).
Answered By - Alexey Romanov
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.