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
java.lang.RuntimeException: Unable to get provider androidx.core.content.FileProvider: java.lang.IllegalArgumentException: Missing android.support.FILE_PROVIDER_PATHS meta-data
at android.app.ActivityThread.installProvider(ActivityThread.java:7251)
at android.app.ActivityThread.installContentProviders(ActivityThread.java:6787)
at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6704)
at android.app.ActivityThread.access$1300(ActivityThread.java:237)
at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1913)
at android.os.Handler.dispatchMessage(Handler.java:106)
at android.os.Looper.loop(Looper.java:223)
at android.app.ActivityThread.main(ActivityThread.java:7664)
at java.lang.reflect.Method.invoke(Native Method)
at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:592)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947)
Caused by: java.lang.IllegalArgumentException: Missing android.support.FILE_PROVIDER_PATHS meta-data
Steps to Reproduce
Original folder res/xml before decoding:
java -jar apktool_2.9.3.jar d -r app.apk
java -jar apktool_2.9.3.jar b app
Please, help me
The text was updated successfully, but these errors were encountered:
Do you mind putting up a failing test case by editing a sample application with some of the files involved in this? Without an application that would help give me a base to start from.
Information
apktool -version
) - 2.7.0, 2.9.3java --version
) - 17.0.5Stacktrace/Logcat
Steps to Reproduce
Original folder res/xml before decoding:
java -jar apktool_2.9.3.jar d -r app.apk
java -jar apktool_2.9.3.jar b app
Please, help me
The text was updated successfully, but these errors were encountered: