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
This seems to be also an issue when releasing the app using Fastlane. The Java sources referencing android.support.v4. When building locally the Jettifier resolves this issue on the fly but for some reason this does not happen during fastlane deployment. I was able to overcome the problem by running the app locally on emulator which involves jettifier to solve the issue. Afterwards I could deploy the App using Fastlane. I think it would be great if this module moves over to AndroidX by default to prevent such issues to appear anymore.
I ran into errors when following the instructions using class "android.support.v4.content.FileProvider"
If anyone else is facing this issue, I was able to solve this problem by referring to https://stackoverflow.com/questions/54914229/unresolved-class-fileprovider
The text was updated successfully, but these errors were encountered: