Java Question libcore.io errnoexception

giga

Well-Known Member
Licensed User
Longtime User
Help Please.

I am testing a new sip library, I get the below message when I RUN B4A to the phone or TAB. It says successful installed on the phone but the app wont run. Both in release mode or debug mode just a black screen and then error:

error "unfortunately test phone has stop"


As always Thanks for any info.

Log on right side b4a shows this below.

LogCat connected to: B4A-Bridge: samsung GT-P3113-
--------- beginning of /dev/log/main
PackageAdded: package:test.phone.sip
libcore.io.ErrnoException: recvfrom failed: ECONNRESET (Connection reset by peer)
sending message to waiting queue (CallSubDelayed - UpdateStatus)
Ignoring event (too many queued events: CallSubDelayed - UpdateStatus)
Connected to B4A-Bridge (Wifi)
sending message to waiting queue (CallSubDelayed - UpdateStatus)
Ignoring event (too many queued events: CallSubDelayed - UpdateStatus)
Installing file.
PackageAdded: package:test.phone.sip
 

giga

Well-Known Member
Licensed User
Longtime User
Which version of Android are you running? If it is 4.1+ then the logs will only appear in Debug mode.

I discovered the problem is something in the library. It compiles fine and creates the .xml in eclipes and shows accessible in B4A. Others are seeing this problem in the java code regarding (HandleRequest).
 

Glober

Member
Licensed User
Longtime User
After connecting the ScrollView2D library I keep getting this error when I try to debug (rapid) my code. No problem before I started using this library. Anyone able to assist?
 
Top