Attach to Android process from Qt Creator
问题 I use Qt Creator to develop an Android dynamic library, i.e. a .so file. This .so file is then used by an Android application, but that is developed in Eclipse. I need to debug my native code, but since it's a library, I can't start the application from Qt Creator, I must attach to the already running process . Now, if it were a desktop application, I'd use Debug->Start Debugging->Attach to Running Application , but how do I attach to an Android process, which would be running on the emulator