Problem Description
I've installed Android Studio and tried to run my first project in it, and I've got following error:
Error Output was:
```bash
/home/user/android-studio/sdk/platform-tools/adb:
error while loading shared libraries:
libncurses.so.5: cannot open shared object file:
No such file or directory
```
I've already tried to run
sudo ldconfig
but it doesnt help. I've recently installed libncurses (before using android studio).
What should I do?
AI-Generated Solution
Powered by LMSouq AI · GPT-4.1-mini
Analyzing problem and generating solution…
Was this solution helpful?