문제 시나리오:
lib 경로: E:android_studio_workspaceappCommonLibs
프로젝트 B 경로: E:android_studio_workspaceAndroidStudy
B는 A에 의존하며 A를 B의 모듈 C로 가져옵니다(경로: E: android_studio_workspaceAndroidStudyappCommonLibs).
개발 중에 모듈 C가 수정될 수 있습니다. A와 C가 동기화되는지 확인하는 방법은 무엇입니까?
참고: lib A는 git.oschina.net에 있는 라이브러리입니다.
git 하위 모듈을 사용하여 https://github.com/bither/bither-android를 참조하세요