Android Question windows 10 problem

juvanum

Active Member
Licensed User
Longtime User
Hi ,
I switched from windows 8.1 to 10.
when I compile the program, I receive this message error :(
Suggestions?
tnks
ps
I use real device (nexus s) connected to usb port


Cattura.PNG
 
Last edited:

sorex

Expert
Licensed User
Longtime User
do you have multiple instaces of B4A open?

if so, close all of them exept the one you work in as it might lock ports.
 
Upvote 0

Cableguy

Expert
Licensed User
Longtime User
Are the Android sdk tools correctly installed?
I remember reading someone having problem locating the SDK tools folder as that had changed...
In the log we can see that the ADB failed to start, try starting in manually...

Btw, I too changed from 8.1 to 10, no issues there!
 
Upvote 0

juvanum

Active Member
Licensed User
Longtime User
Are the Android sdk tools correctly installed?
I remember reading someone having problem locating the SDK tools folder as that had changed...
In the log we can see that the ADB failed to start, try starting in manually...

Btw, I too changed from 8.1 to 10, no issues there!

Thank you... I'll try to verify location SDK TOOLS FOLDER.
 
Upvote 0
Top