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
I included this plugin in my Ionic/Angular/Capacitor project.
When building it in Android Studio the following error occurs for BackgroundLocation.java file:
error: package android.support.v4.util does not exist
import android.support.v4.util.TimeUtils;
^
How to get rid of this package missing error?
As stated in the project documentation I added the related Maven repository to the build gradle file
and also added the following dependency:
"com.android.support:support-core-utils:28.0.0"
I am not quite sure if this is the correct package!?
Could anyone please guide me here?
Expected Behavior
No package missing should appear
Actual Behavior
Package missing error appears
Possible Fix
Install the missing package!
I added the related Maven repository to the build gradle file
and also added the following dependency:
"com.android.support:support-core-utils:28.0.0"
I am not quite sure if this is the correct package!?
Could anyone please guide me here?
Steps to Reproduce
Follow the documentation of this project
Try to build the project within Android Studio
Error appears
Context
Did research and tried to make the android support library available without success.
Debug logs
The text was updated successfully, but these errors were encountered:
In general I cannot recommend using this plugin anymore since newer Android versions are really buggy and not working as expected at all.
It also seems as this plugin is unfortunately not maintained any more.
I simply do not get why this plugin is still referenced by the Ionic site.
See also this issue: Alternative free plugin #749
Your Environment
cordova -v
):cordova platform ls
):Context
I included this plugin in my Ionic/Angular/Capacitor project.
When building it in Android Studio the following error occurs for BackgroundLocation.java file:
How to get rid of this package missing error?
As stated in the project documentation I added the related Maven repository to the build gradle file
and also added the following dependency:
"com.android.support:support-core-utils:28.0.0"
I am not quite sure if this is the correct package!?
Could anyone please guide me here?
Expected Behavior
No package missing should appear
Actual Behavior
Package missing error appears
Possible Fix
Install the missing package!
I added the related Maven repository to the build gradle file
and also added the following dependency:
"com.android.support:support-core-utils:28.0.0"
I am not quite sure if this is the correct package!?
Could anyone please guide me here?
Steps to Reproduce
Context
Did research and tried to make the android support library available without success.
Debug logs
The text was updated successfully, but these errors were encountered: