the first one is valid in my project it seems
# android
t
the first one is valid in my project it seems
🤔 1
a
trevjones: can you paste your imports?
t
import android.support.v4.app.NotificationCompat
a
ok thanks so much that was it
I had
import android.support.v7.app.NotificationCompat
t
ah yea. I remember running into some import related headache last time I did notifications. ended up using an alias anywhere I needed v7 specifics
a
ok, I really appreciate it. I was slowly going mad