tchart Well-Known Member Licensed User Longtime User Jan 18, 2016 #1 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)
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 Jan 18, 2016 #2 Actually just updated to SLC 1.03 and the message has gone away.