Android Support package not present in SDK Manager

2020-02-14 08:29发布

There is no android support package in my SDK manager, as shown:

enter image description here

And whenever I try to create an android application project I am presented with this screen at the end:

enter image description here

If I click install/upgrade this appears:

enter image description here

And it installs and everything, but nothing happens and it stays on the same screen as before. Clicking check again doesn't do anything either.

How can I get this to work?

标签: android sdk
2条回答
孤傲高冷的网名
2楼-- · 2020-02-14 08:43

Find your SDK directory, navigate to /extras/android/, in this folder you will see a folder named "compatibility", rename this folder to "support". Re-open Eclipse, create new Android Application Project, the process will complete without this problem occurring again!

查看更多
做个烂人
3楼-- · 2020-02-14 08:50

For some weird reason android-sdk decided to install everything in /extras/compatibility instead of /extras/support which eclipse recognises, so I renamed /extras/compatibility to /extras/support and now everything works fine.

查看更多
登录 后发表回答