带电容器的 Ionic LocalNotifications:找不到 NotificationCompat

Ionic LocalNotifications with Capacitor: Cannot find NotificationCompat

我正在尝试在 Ionic 5 上将 IonicNative LocalNotifications (https://ionicframework.com/docs/native/local-notifications/) 与 Capacitor 结合使用。 当我尝试 运行 android 上的应用程序时,Android Studio 抛出错误:

错误发生在模块 'capacitor-cordova-android-plugins' 中。在对应的build.gradle中实现了支持库:

我怎样才能编译这个应用程序?我真的不知道从哪里开始,所以如果您需要任何进一步的信息,请告诉我。

Jetifier 解决了这个问题。

基本上你需要更新到AndroidX

npm i jetifier
npx jetifier

更多来自电容器的 docs