error: package android.support.v4.content does not exist import android.support.v4.content.FileProvider; ^
import androidx.core.content.FileProvider;
error: package android.support.v4.content does not exist import android.support.v4.content.FileProvider; ^
import androidx.core.content.FileProvider;
package android.support.v4.content does not exist
npm install jetifier
npx jetify
npx cap sync android
: error: package android.support.v4.content does not exist import android.support.v4.content.ContextCompat;
This is likely happening because one of your dependencies is now using AndroidX
instead of the support library. This means all dependencies need to use it, but
this one hasn't been upgraded yet.
There is a tool which can handle the conversion for you, but it's currently
experimental.
https://github.com/mikehardy/jetifier#usage-for-source-files
Copyright © 2021 Codeinu
Forgot your account's password or having trouble logging into your Account? Don't worry, we'll help you to get back your account. Enter your email address and we'll send you a recovery link to reset your password. If you are experiencing problems resetting your password contact us