0

I'm Facing an Issues while Building an android app on an Ionic framework like follows. Currently working on Ionic LocalNotifications.

By following this link.

https://github.com/digitaldrummerj-ionic/ionic-local-notifications-sample

enter image description here

1 Answers1

1

You'll need to update your Android SDK packages to include the missing support library. You can open SDK Manager and install all recommended/pre-checked packages if you are unsure which you need, but the support packages are under Extras in the SDK Manager. To get to SDK Manager, you can run $ android in the terminal or open "SDK Manager.exe" from your SDK install path.

Robert Waddell
  • 879
  • 7
  • 15