I added the johannilsson-android-actionbar project to the project as a library. It worked well and everything was fine for me. But lately, I added uitableView as a library and got this error:
/ - mypath - / actionbar / res / values /attrs.xml: 19: error: The "tittle" attribute is already defined
And R is not known, so I cannot reference my XML. I have ADT 17 and Eclipse 3.7. I tried to remove the uitableview and the project is working fine, no errors and R is fine.
source
share