Android Question (RESOLVE) Error: cannot find symbol innerInitialize(_ba)

sigster

Active Member
Licensed User
Longtime User
Does anyone know what this could be?



B4X:
B4A Version: 13.40
Parsing code.    (0.07s)
    Java Version: 19
Building folders structure.    (0.05s)
Running custom action.    (0.04s)
Compiling code.    (0.11s)
    
ObfuscatorMap.txt file created in Objects folder.
Compiling layouts code.    (0.00s)
Organizing libraries.    (0.00s)
    (AndroidX SDK)
Compiling resources    (0.04s)
Linking resources    (0.27s)
    build tools: 36.0.0, android jar: android-33
Compiling generated Java code.    Error
B4A line: 743
End Sub
src\b4a\GPS_RTK_Tracker\b4xmainpage.java:1167: error: cannot find symbol
innerInitialize(_ba);
                ^
  symbol:   variable _ba
  location: class b4xmainpage
 

sigster

Active Member
Licensed User
Longtime User
I changed from this BA to BAAdmin
and the error is gone

I don't know what the problem was but this worked.


B4X:
Private BA As Bluetooth Admin
--
Private BAAdmin As BluetoothAdmin
 
Upvote 0
Top