Android Question B4A Bridge Error - "sendto failed: EPIPE (broken pipe)"

Andy123

New Member
Hi,

I am trying to follow the instructions mentioned in the following webpage for on-device remote compilation...
https://www.b4x.com/b4a.html

I installed JDK, .NET on my Win-7 x64 PC.
I then installed B4A bridge from Google Play Store.
However, the first time I try to connect the device through Bridge I get this
toast message....

"libcore.io.ErrnoException: sendto failed: EPIPE (broken pipe)"

The B4A bridge gets connected though!! The B4A designer then gets downloaded to the device & I install that.

But, when I try to connect the designer from PC it gives me the following error...

An error occurred.
The calling thread must be STA, because many UI components require this.
Restarting ADB Server may solve this problem.
Main - tools - Restart ADB Server


I have not installed the Android SDK since the webpage I mentioned above says it is not required for remote compilation.

I am trying out a simple Hello World Program.
I have tried it on 2 devices but got the same error...

Galaxy Tab 2 (Rooted) Jelly Bean
Galaxy S4 (UnRooted) Lollipop

Kindly help.
Thank you.
 
Top