Android SDK 源标签
选择要开发的设备版本后,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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
尝试 git diff android-2.1_r1 android-sdk-2.1_r1
try
git diff android-2.1_r1 android-sdk-2.1_r1