Hello, I have basic program with this code and it's working.
(When url is bad app starts GET Job 1 again searching till it finds correct url.)
Problem starts when i add this to manifest.
The app just crash, don't know why
B4X:
If HttpUtils.IsSuccess(MainUrl) = False Then
Label1.Text = ""
MainUrl = "http://somepage.com/id/" & Rnd(1,9188563)
HttpUtils.Download("GET Job1", MainUrl) 'start
End If
Problem starts when i add this to manifest.
B4X:
android:targetSdkVersion="14"
The app just crash, don't know why