Reputation: 608
I'll run my program (Delphi Seattle, Galaxy Note 3), it compiles and launches within the phone. Meanwhile Delphi is stuck on the compile window stating: "Launching com.embarcadero.DriverApp".
Same exact thing happens with an out-of-the-box program, so I don't think it's my source.
It won't stop on any breakpoints and I can't step through the code.
When I hit Cancel it says "Unable to start gdbserver on port '64311'. Port is already in use.
I've tried setting my install location to internalOnly from here
I've tried changing the port with parameters (-debugport) from here
I've tried rebooting the phone, Delphi, and computer multiple times.
I've tried updating the SDK as mentioned here
I've followed the ideas from here with no success. They ended up asking me to post a new Issue.
Finally, I have updated my USB drivers for the phone.
Edit: I took the exact source code and tried it from my home computer. It worked.
Upvotes: 1
Views: 1480
Reputation: 33
I had the same problem. Easy solution: You should not use the "Application store" configuration in combination with Debug build configuration!
Upvotes: 2