問題場景:
lib A 路徑:E:android_studio_workspaceappCommonLibs
project B 路徑:E:android_studio_workspaceAndroidStudy
B依賴A,import A作為B的一個moudle C(路徑:E:android_studio_workspaceAndroidStudyappCommonLibs)。
在開發中,可能會修改moudle C,怎麼保證A和C同步?
註:lib A是放在git.oschina.net上的函式庫。
用git submodle 參考https://github.com/bither/bither-android