언어 설정

Menu
Sites
Language
How to debug app on connected device via USB

I cant debug my app on connected real device(not the emulator), is there extra configure need to do? 

Debug As > Tizen Native Application, error message show as below:

warning: Could not load shared library symbols for /usr/lib/libCOREGL.so.
Do you need "set solib-search-path" or "set sysroot"?

...

Any one know? Many thanks!

Responses

3 댓글
colin Rao
Same issue on emulator. error message: No source available for "" . How to solve this issue? Debugging is very important for app develop.
daniel kim

Hi,

Does this error block your debugging? In my case, I observed similar message, but I could continue the debugging.

colin Rao

FYI.

I've just re-try it. It's works fine. 

By compare the success/fail scenario, found that in my previous failed scenario, the app deployed on device/emulator can’t be launched while debugging, maybe this is the root cause. Previously, I just doubt it's the debug configure issue. It's strange.

Hope that can help you guys who may encounter such case in future.