Android Question After update to 9.30, my project show up error.

dragonguy

Active Member
Licensed User
Longtime User
when i try to compile my app, show up error message:
B4X:
B4A Version: 9.30
Java Version: 8
Parsing code.    (0.13s)
Building folders structure.    (0.01s)
Compiling code.    (0.27s)
Compiling layouts code.    (0.03s)
Organizing libraries.    (0.00s)
    (AndroidX SDK)
Generating R file.    (1.05s)
Compiling debugger engine code.    (2.19s)
Compiling generated Java code.    Error
B4A line: 41
PC.Initialize
javac 1.8.0_192
src\com\hirise\ldmlite\frm_control_view.java:1955: error: cannot access PagerAdapter
mostCurrent._pc.Initialize(mostCurrent.activityBA);
               ^
  class file for android.support.v4.view.PagerAdapter not found
 
Top