在为Android Studio开发插件时,我发现我需要com.android.ddmlib.*
的来源,但它们似乎并未包含在Sources for Android 25
中。是否有其他我错过的工具源包?否则,我在哪里可以得到消息来源?
答案 0 :(得分:0)
它们位于https://android.googlesource.com/platform/tools/base/+/android-7.1.1_r22/ddmlib/。不幸的是,不清楚哪个标签对应于特定的SDK Tools版本(所有标签都列在https://android.googlesource.com/platform/tools/base/+refs)。