ActionBar Height: 56
postviewer_setinsidelayout (java line: 5035)
java.lang.NoSuchMethodError: No virtual method setText(Ljava/lang/Object;)V
in class Lanywheresoftware/b4a/objects/LabelWrapper;
or its super classes (declaration of 'anywheresoftware.b4a.objects.LabelWrapper' appears in /data/app/test.beta.b4a-1/base.apk)
ActionBar Height: 56
postviewer_setinsidelayout (java line: 5035)
java.lang.NoSuchMethodError: No virtual method setText(Ljava/lang/Object;)V
in class Lanywheresoftware/b4a/objects/LabelWrapper;
or its super classes (declaration of 'anywheresoftware.b4a.objects.LabelWrapper' appears in /data/app/test.beta.b4a-1/base.apk)
I have had to remove older libraries due to the same and other similar errors. Some of the libraries are no longer supported in the forum so I have had to find workarounds by writing my own code for the required processes. My apps are stable now after having done that but it is a very time consuming process determining which third party libraries are causing problems and writing replacement code. Good luck
Yes, errors have been fixed also clean compile with multidex option. This is fantastic with no limits for B4A now. Couldn't be any happier at this point. Thank you @Erel .
Yes @Erel. Successfully compiled one of my very large projects that had failed previously due to too many references. Confirmed that there are multiple classX.dex files.