Android Question Error compiling

NurudinKasep

Member
Licensed User
Longtime User
Hi Erel,

I have installaed new version B4X in my laptop, but i get error while compiling project. Help me please?

Thanks
 

Attachments

  • error.png
    error.png
    77.5 KB · Views: 255
  • error.png
    error.png
    77.5 KB · Views: 260

Douglas Farias

Expert
Licensed User
Longtime User
You readed the error?
It say go to TOOLS > IDE OPTIONS AND UNCHECK THE CONFIGURE PROCESS TIMEOUT
 
Upvote 0

NurudinKasep

Member
Licensed User
Longtime User
Hi DonManfred,

I have set the timeout is 30 second. In my other PC, no problem for this setting and SDK.
Before it, i get error message to restart adb server but no respon.
 

Attachments

  • adb.png
    adb.png
    81.9 KB · Views: 259
Upvote 0

NurudinKasep

Member
Licensed User
Longtime User
DonManfred,
I have tried to connect n disconnect bridge and no problem for the connection, status connected.
What's your mean for tried usb connection? debugging mode?

klaus,
For new setting timeout is 45 and 120 second, the results is same error.
 
Upvote 0

khosrwb

Active Member
Licensed User
Longtime User
hi NurudinKasep
Sometimes I regret this error.
I use from F5 to compile own app , My problem is usually solved.

I hope your problem is resolved.
 
Upvote 0

NurudinKasep

Member
Licensed User
Longtime User
:) Solved.

The problem is adb server not running. I tried searching for this problem in google and i understand one thing. I must running adb server using cmd manually. Then, go to directory adb and type command 'adb devices' and amazing result.

Thanks for all comments. I appreciate for the kind of all.
 

Attachments

  • solved.png
    solved.png
    13.8 KB · Views: 248
Upvote 0
Top