Android Question PROBLEM B4A 8.8 BETA 2

Dey

Active Member
Licensed User
Longtime User
B4A Version: 8.80 BETA #2
Parsing code. (1.12s)
Building folders structure. (0.01s)
Compiling code. (1.42s)
Compiling layouts code. (0.08s)
Organizing libraries. (0.64s)
Generating R file. (1.03s)
Compiling debugger engine code. (7.45s)
Compiling generated Java code. Error
javac 1.8.0_191
src\bar\tablet\mdstyle.java:15: error: cannot find symbol
public static anywheresoftware.b4a.objects.Accessibility.Accessibility2 _acsbly = null;
^
symbol: class Accessibility2
location: class Accessibility
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
1 error

no problem up to 8.8 BETA1
 

Rusty

Well-Known Member
Licensed User
Longtime User
I'm having this problem with version 9.5.
My Accessiblity library came with the new version and is installed in the internal libraries folder.
Thanks,
Rusty
 

Attachments

  • Accessibility.png
    Accessibility.png
    8.1 KB · Views: 180
Last edited:
Upvote 0
Top