Search code examples
androidnetbeansactionbarsherlock

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.


Solution

  • Check:

    1. Verify your Android API, correct is (Google API 4.0)
    2. Verify your Support Library is correct in your project n actionbarsherlock library, (Android Tools > Add suport library).
    3. Verify your Compiler level, correct is 1.6.
    4. Restart Java Compilter.