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
In PdfDocument.java you use import android.support.v4.util.ArrayMap;
But with the new update android has migrated to androidx and this make the application crash.
Here is the error:
The given artifact contains a string literal with a package reference 'android.support.v4.widget' that cannot be safely rewritten. Libraries using reflection such as annotation processors need to be updated manually to add support for androidx.
The text was updated successfully, but these errors were encountered:
In PdfDocument.java you use import android.support.v4.util.ArrayMap;
But with the new update android has migrated to androidx and this make the application crash.
Here is the error:
The given artifact contains a string literal with a package reference 'android.support.v4.widget' that cannot be safely rewritten. Libraries using reflection such as annotation processors need to be updated manually to add support for androidx.
The text was updated successfully, but these errors were encountered: