I'm getting an error stating: import android.support cannot be resolved at the line:
import android.support.v4.app.NotificationCompat;
Has anyone seen this before or have any idea what I can do to resolve it? The issue occurs when adding a library I've built - and goes away when I remove it.