语言

Menu
Sites
Language
The app will not run.

I imported the source used in 2.3.
When you build, the build will run normally without errors.
After connecting to the device, the icon will be created on the device.
 
The problem is that when you run the icon on your device, the program will not run.

When I run debug mode in the compiler, an error message is displayed as shown in the figure.
"Cannot launch application with GDBClient.
Error in final launch sequence
Failed to execute MI command:
-target-select remote 127.0.0.1:26104
Error message from debugger back end:
Remote communication error.  Target disconnected.: No error.
Remote communication error.  Target disconnected.: No error."


What is the problem and how should I find it?

编辑者为: jeonghun cho 11 11月, 2016

响应

1 回复
Mark Watney

Did you close your previous program before debugging? 

This error happens when we try to debug an application that we have run once but did not close or uninstall properly.

It means the application from previous installation is still running. Close/Uninstall the program  properly and try again. You will be able to debug now.