I have an old application that uses the MaterialDialog library. Now if I want to run it I get an error:
As I understand this is due to the fact that I am using an unjetified library "MaterialDialog". On the forum I found tips only to use B4XDialog instead of MaterialDialog. But for this solution I will need to rewrite most of the project ... I understand that this is wrong, but somehow I can start the project with the old library "MaterialDialog"?
I will never return to this project anymore and will not share it anywhere. I just want to make an apk-file that will work with the old "MaterialDialog"
B4X:
java.lang.NoClassDefFoundError: Failed resolution of: Landroid/support/v4/content/ContextCompat;
I will never return to this project anymore and will not share it anywhere. I just want to make an apk-file that will work with the old "MaterialDialog"