깔끔한 해결방법은 결국 못 찾았지만...
work around 방법은 찾았네요..
1. android library build
2. main application 에서 android v4 업데이트하면 종속 라이브러리에서 android.v4. 머시기가 안 맞다면서 에러가 남..
3. 각 종속 라이브러리에다가 새로 업데이트한 android.v4 머시기 라이브러리를 복사함
4. 그럼 다시 빌드가 됨
주의 > 이 때, 종속 라이브러리를 다시 빌드하면 안됨, 다시 빌드하면 종속 라이브러리에서 에러가 남.. ㅠㅠ
'Programming > Android' 카테고리의 다른 글
[android] cannot recover key android (2) | 2015.09.20 |
---|---|
[android] Keystore was tampered with, or password was incorrect (0) | 2015.09.20 |
[android] All versions of the libraries must be the same at this time (0) | 2015.09.10 |
[android] volley framework build with ant (0) | 2015.09.10 |
[Android] DrawerLayout cannot be resolved to a type Error (0) | 2015.09.06 |