I want to use LLDB to launch app on android platform, and debug code in app, but I don't know how to do it with LLDB on android platform. I know that Android studio use LLDB for its jni debug, I want to known how does LLDB work on Android studio. Does android studio launch app through LLDB commond or through the lldb-server in its IDE? Anthor question is that I compile llvm with NDK cross-chain, but the lldb-server put in my android phone seems can not work, but when I put the lldb-server in Android studio IDE to my phone, it does work. Is there any difference bwtween lldb-server in android studio IDE and mine. Does it come from NDK cross-chain compile or google do something else to release it?
-- You received this message because you are subscribed to the Google Groups "Android Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/android-developers/a4cc09fa-2067-4f77-9299-e6ed54552d9e%40googlegroups.com.

