Android SDK Source Tag
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_r1Is 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
精彩评论