Hello,
I am porting an app to the latest version of ionic (from ionic 2 to ionic 7). The app uses Cordova plugins like LocalNotifications.
In web mode, it works fine, but I’m having trouble running on a physical android device.
i get the following error:
…plugin/notification/Manager.java:30: error: cannot find symbol
import android.support.v4.app.NotificationManagerCompat;
How can I add the android support library to my project?
Thank you!