Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

The following packages are not available: - Package id lldb;3.0 - Android Studio 3.0

I get this error when I try to debug the app. I have tried the steps mentioned in this links but they don't work. I am using windows.

Android Studio 2.2.2 LLDB 2.2 update issue

I checked SDK Tools there is no update for LLDB. Also tried deleting the existing LLDB folder and installing again. It needs the version 3.0 but its nowhere to be found.

like image 452
Akash Amin Avatar asked Oct 26 '17 09:10

Akash Amin


2 Answers

Google forgot to make lldb 3.0 available on the stable channel. Switch to Canary, update lldb via SDK Manager without updating Android Studio itself, then switch back to your preferred channel (stable or beta).

like image 78
MaxEd Avatar answered Oct 23 '22 06:10

MaxEd


In addition to MaxEd's answer, to switch to Canary channel, go to File > Settings > Appearance & Behavior > System Settings > Updates as suggested in https://stackoverflow.com/a/32314026/8568479

like image 23
fdermishin Avatar answered Oct 23 '22 04:10

fdermishin