Search code examples
androidactionbarsherlock

ABS 4.3.0 - android.support.v4.app.Watson does not exist


I did a straight swap of ABS 4.2.0 for 4.3.0 and now I'm getting errors during compilation.

java: package android.support.v4.app.Watson does not exist

I'm using IntelliJ, both the main project and the ABS library project are using the android-support-v4.jar that was bundled with 4.3.0.

Any suggestions? Thanks.


Solution

  • I didn't find out the issue, but trashing all the libraries from the project and adding them back in one by one has resolved the problem.