Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

package com.actionbarsherlock.app does not exist

When I started using actionbarsherlock it worked just fine, but now when I open my project it doesn't seem to find the package ( "package com.actionbarsherlock.app does not exist" ), but it compiles and runs anyway. What could be causing this? I am using NetBeans.

like image 484
Urho Avatar asked Aug 21 '12 17:08

Urho


1 Answers

I was getting the same error and I fixed it by adding

compile 'com.actionbarsherlock:actionbarsherlock:4.4.0@aar'

to the dependencies of SlidingMenu build.gradle

like image 141
smoothumut Avatar answered Oct 22 '22 14:10

smoothumut