Android Question Issue with SDK Manager Array out of bounds

MarkusR

Well-Known Member
Licensed User
Longtime User
why today?

Snap_2018.02.13_17h05m06s_001.png
 

MarkusR

Well-Known Member
Licensed User
Longtime User
Snap_2018.02.13_18h05m21s_001.png
 
Upvote 0

MarkusR

Well-Known Member
Licensed User
Longtime User
then this list appear
B4X:
    Dim i As Int = Index(0) + 1
    'Do While True
    Do While i< Lines.Length
        Dim m As Matcher = Regex.Matcher("\s+([^:]+):(.*)", Lines(i))
        If m.Find Then
 
Upvote 0

MarkusR

Well-Known Member
Licensed User
Longtime User
Snap_2018.02.14_17h49m40s_001.png

Snap_2018.02.14_17h54m17s_002.png
 
Upvote 0

MarkusR

Well-Known Member
Licensed User
Longtime User
why i should install it twice or more???
years ago i had it duplicative, every tool that can make android app need this. i used android studio as master because else it get chaos.
i just wonder why ba4 said this build tools are not installed.
i share also the avd's
 
Upvote 0

MarkusR

Well-Known Member
Licensed User
Longtime User
today i remember why this window pop ups.
i started avd manager, then sdk and avd manager opens and booth show nothing because array index out of bounds.
i like to see installed avds to start the emulator from there.
now i must open the android studio and start the emulator from there. (i have also 2 real devices but sometimes a emulator is functional)
last week my emulator was listed in b4a avd manager.
i think some updates make it incompatible with b4a.
 
Upvote 0
Top