Skip to main content
replaced http://stackoverflow.com/ with https://stackoverflow.com/
Source Link
URL Rewriter Bot
URL Rewriter Bot

Fixed the problem. Thanks to the solution found here: Intellij: android-support-v4.jar in included in actionBarSherlock and Project => IllegalArgumentExceptionIntellij: android-support-v4.jar in included in actionBarSherlock and Project => IllegalArgumentException

I changed the scope of the support library in ActionbarSherlock and SlideMenuLib to 'provided' and that did the trick.

Fixed the problem. Thanks to the solution found here: Intellij: android-support-v4.jar in included in actionBarSherlock and Project => IllegalArgumentException

I changed the scope of the support library in ActionbarSherlock and SlideMenuLib to 'provided' and that did the trick.

Fixed the problem. Thanks to the solution found here: Intellij: android-support-v4.jar in included in actionBarSherlock and Project => IllegalArgumentException

I changed the scope of the support library in ActionbarSherlock and SlideMenuLib to 'provided' and that did the trick.

Source Link
Kshitij Aggarwal
  • 5.3k
  • 5
  • 36
  • 41

Fixed the problem. Thanks to the solution found here: Intellij: android-support-v4.jar in included in actionBarSherlock and Project => IllegalArgumentException

I changed the scope of the support library in ActionbarSherlock and SlideMenuLib to 'provided' and that did the trick.