I am trying to add Theme to my project. It requires appcompat v7.
I added the support library according to the steps mentioned in the Android developer website. After searching a lot I came to know that support library v4 will conflict with support library v7.
So I removed the android library v4 from my project. Because of that now I got the NotificationCompa
t error(import android.support.v4.app.NotificationCompat; import android.support.v4.app.NotificationCompat.Builder;
).
What I have to do? Please someone help me in resolving the issue. Thanks in advance