Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Why can't I install lldb in Android Studio

I want to set breakpoint during JNI, but when I edit my configurations, I can't install lldb plugin.

Press fix button but does not have any effect

there is no lldb

Any one can help me? Android studio: 2.1.1

like image 503
cosper Avatar asked Jun 05 '16 08:06

cosper


1 Answers

LLDB is now available through the SDK Manager integrated into Android Studio which is under settings in Android studio and not through the standalone sdk manager.

To install it you have to Goto setting > Android SDK.

There under the SDK Tools you have LLDB, select the checkbox and install it.

screenshot

like image 130
Nishant Srivastava Avatar answered Nov 15 '22 01:11

Nishant Srivastava