Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

llvm-rs-cc is missing flutter

I am new in flutter. I got Llvm-rs-cc is missing when trying to run the flutter project after installing the sdk but flutter doctor not detect any issue. I'm using ubuntu 18.04 and android studio project (kotlin) run without any issue. Thank you!

like image 357
Yogi W Avatar asked May 12 '18 04:05

Yogi W


1 Answers

I had the same problem,Here's how I solved

  1. Navigate to Home/User/Android/Sdk/build-tools.
  2. Delete all the folders from there.
  3. Go to SDK Manager and download the latest version of Android SDK build-tools.

Note:You can find Android SDK build-tools in second tab of SDK Manager.

like image 139
Sai Lalith Prasad Avatar answered Oct 10 '22 09:10

Sai Lalith Prasad