Android Example Java 10 - B4A SDK Manager fix

As stated on THIS thread, the current SDK Manager (3.20) will display an error, to fix it, you will have to recompile it using the source code posted HERE and modify line 158

From:
B4X:
If s.StartsWith("9") Then

To:
B4X:
If s.StartsWith("10") Then

That seems to do the trick.
 
Last edited:
Top