HaylLtd / cordova-background-geolocation-plugin

Background and foreground geolocation plugin for Cordova.
Apache License 2.0
56 stars 64 forks source link

INSTALL_FAILED_MISSING_SHARED_LIBRARY #173

Closed bsprengelmeijer closed 9 months ago

bsprengelmeijer commented 9 months ago

When I add the plugin and run my app on a device with Android 5.1.1 I get the error [INSTALL_FAILED_MISSING_SHARED_LIBRARY]

It does work correctly on my other devices with Android 9.0 and up.

This thread has a couple suggestions but none are applicable since those lines are not present in the Android manifest.

HarelM commented 9 months ago

Android 5.1.1 is not supported by the latest version, you might want to try earlier versions or the original fork of this repo.