Android SDK 源标签

发布于 2024-10-12 16:54:37 字数 161 浏览 1 评论 0原文

选择要开发的设备版本后,git 存储库中标记的版本之间有什么不同?

示例:
android-2.1_r1
android-sdk-2.1_r1

在调试/单步执行代码时检查一个比另一个更正确吗?一直在使用名称中带有“-sdk”的标签,只是好奇两者之间有什么区别。

Once you select which device version you will be developing on, what is the different between the tagged versions in git repository?

Example:
android-2.1_r1
android-sdk-2.1_r1

Is checking out one more correct than the other for debugging/stepping through code? Been using the tags with "-sdk" in name, just curious what the difference between the two are.

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

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

发布评论

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

评论(1

番薯 2024-10-19 16:54:37

尝试 git diff android-2.1_r1 android-sdk-2.1_r1

try git diff android-2.1_r1 android-sdk-2.1_r1

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