You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After adding the LocationAccuracy plugin to an Ionic 5 application using Capacitor I get this build error for android. It doesn't appear to cause any issues, but feels like it should be reported even if it gets closed.
> Task :capacitor-cordova-android-plugins:compileDebugJavaWithJavac
Note: /Users/mtpultz/Projects/ionic/geolocation/android/capacitor-cordova-android-plugins/src/main/java/cordova/plugin/RequestLocationAccuracy.java uses or overrides a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
The text was updated successfully, but these errors were encountered:
After adding the LocationAccuracy plugin to an Ionic 5 application using Capacitor I get this build error for android. It doesn't appear to cause any issues, but feels like it should be reported even if it gets closed.
The text was updated successfully, but these errors were encountered: