Android SDK manager does not show packages to be installed

前端 未结 12 884
臣服心动
臣服心动 2021-01-01 23:09

I have installed Android SDK and packages. Since I had an error when opening a new project on Eclipse, I decided to uninstall SDK and install again. The problem now is that

12条回答
  •  囚心锁ツ
    2021-01-01 23:36

    To everyone having this issue, I was able to fix it by installing the required dependencies through the terminal with:

    sudo apt-get install libc6-dev-i386 lib32z1 default-jdk.

    After that, all the other API packages showed up

提交回复
热议问题