문제

I've added android-support-v13 in my project and it gives me warning that

WARNING: Found both android-support-v4 and android-support-v13 in the dependency list. Because v13 includes v4, using only v13.

If I remove v4 from build path then DrawerLayout cannot be resolved to a type.

Any help would be appreciated.

Regards,

도움이 되었습니까?

해결책

The problem was I add v13 and v4 libraries in my project and because v13 includes v4 so it was conflicting with each other.

다른 팁

Remove android-support-v13 from you libs folder if your don't need it.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top