Android Studio 2.2.2 LLDB 2.2 update issue

前端 未结 4 993
悲&欢浪女
悲&欢浪女 2021-01-18 07:13

Today I updated my android studio to version V-2.2.2. When I am trying to debug my android application with native code(app-native) I am always getting error message

<
4条回答
  •  小鲜肉
    小鲜肉 (楼主)
    2021-01-18 07:26

    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

提交回复
热议问题