问题场景:
lib A 路径:E:\android_studio_workspace\appCommonLibs
project B 路径:E:\android_studio_workspace\AndroidStudy
B依赖A,import A作为B的一个moudle C(路径:E:\android_studio_workspace\AndroidStudy\appCommonLibs)。
在开发中,可能会修改moudle C,怎么保证A和C同步?
注:lib A是放在git.oschina.net上的库。
Copyright 2014-2025 https://www.php.cn/ All Rights Reserved | php.cn | 湘ICP备2023035733号
用git submodle 参考https://github.com/bither/bither-android