开发者

Android SDK Source Tag

开发者 https://www.devze.com 2023-02-05 19:54 出处:网络
Once you select which device version you will be developing on, 开发者_开发百科what is the different between the tagged versions in git repository?

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.


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

0

精彩评论

暂无评论...
验证码 换一张
取 消