Java Question Cannot Find Symbol Build.VERSION_CODES.M

tchart

Well-Known Member
Licensed User
Longtime User
Im trying to compile a library with SLC and am getting a "cannot find symbol" error relating to Build.VERSION_CODES.

My B4A is pointing at android-sdk\platforms\android-23\android.jar which I'm led to believe contains Build.VERSION_CODES.M.

Is SLC not picking up the correct SDK? How do I set the correct SDK version for SLC?

PS I also get the error for Build.VERSION_CODES.LOLLIPOP_MR1 (which is API level 22)
 

tchart

Well-Known Member
Licensed User
Longtime User
Actually just updated to SLC 1.03 and the message has gone away.
 
Top