Hello everyone,
I have a goal, and that goal is to have Local Notifications on my app, every week, in a specific day and time. I tried to do it with capacitor, but it doesn t seem to work, ans there is not to much doc on the web. So i decided to install th cordova plugin. But now i get an error when i build my app:
error: cannot find symbol
import android.support.v4.app.NotificationCompat;
^
symbol: class NotificationCompat
location: package android.support.v4.app
Do someone have an idea of how can I either do it with capacitor, or fix this error to do it with the cordova plugin.
Thanks in advance !