Android Studio 2.2.2 LLDB 2.2 update issue

半世苍凉 提交于 2019-12-01 17:22:30

I resolved issue by performing following steps

  1. Go to android-sdk folder on your file System, Locate folder lldb and delete folder lldb. (

For safety purpose you can keep backup or rename folder.

) 2. Now from android studio Tools->Android->SDK Manager->SDK Tools and update lldb option. Click on Apply. It will download LLDB 2.2 3. Now try to debug C++ code and debugging is working fine as expected.

Issue was arising due to some conflict between older downloaded version LLDB 2.1 and newer LLDB version 2.2

I got the same error with Android Studio 2.3 Beta 3. I tried all the solutions I could found but no one works. I used the Quick Fix Option by press Yes below. However, it then report failed to download LLDB 2.3.

I fixed this by selecting "Beta" channel in my Updates settings and then run Quick Fix Again. The channel was changed to Stable somehow. So it always failed to download LLDB 2.3

Hope this helps to people might having the same issue and found here.

Edit configurations... > Debugger > Choose Java as debug Type > Apply

  1. Open SDK Manager and remove LLDB. (from Launch standalone SDK Manager)
  2. Close SDK Manager.
  3. Re-open SDK Manager and go to SDK Tools.
  4. Re-install LLDB
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!