DDMS 源/扩展 DDMS

发布于 2024-10-21 23:52:07 字数 63 浏览 7 评论 0原文

有人知道哪里可以找到DDMS源代码吗?我想扩展它的功能。或者这个工具有 CLI 而不是 eclipse 插件吗?

Anyone know where to find DDMS source code? I want to extend its functionality. Or is there a CLI for this tool instead of the eclipse plugin?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

童话里做英雄 2024-10-28 23:52:07

DDMS 的完整源代码可以在 git 存储库中找到。 DDMS 可以用作独立的 SWT 应用程序,也可以与 Eclipse 插件集成。公共代码被分解到几个库中。

更新:
JellyBean MR 1.1 的链接已更新。来源在 JellyBean MR 2 中的其他地方。

The full sources for DDMS can be found in the git repository. DDMS can be used as a stand-alone SWT app, or integrated with the Eclipse plugin. The common code is factored out into a couple of libraries.

Update:
Link updated for JellyBean MR 1.1. The sources went elsewhere in JellyBean MR 2.

滥情空心 2024-10-28 23:52:07

ddmslib 是为 DDMS 提供支持的 java 库。来源是这里

ddmslib is the java library that powers DDMS. Source is here

陈独秀 2024-10-28 23:52:07

DDMS 的实际源代码位于 Android 源代码本身。

git clone https://android.googlesource.com/platform/tools/base/

来源位于:ddmlib/

The actual source of DDMS is in the Android source itself.

git clone https://android.googlesource.com/platform/tools/base/

sources are in: ddmlib/

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文