Yesterday I tried to install titanium appcelerator and in the process I edited some of the android sdk installations Now I have updated my android sdk to rev 20. But when i start eclipse i get an error that sdk requires version 20.0.0 or above. I tried to install by using eclipse->help->check for updates-> but again the installation doesn't work claiming that required items could not be found. Please help
相关问题
- How can I create this custom Bottom Navigation on
- Bottom Navigation View gets Shrink Down
- How to make that the snackbar action button be sho
- Listening to outgoing sms not working android
- How to create Circular view on android wear?
相关文章
- android开发 怎么把图片放入drawable的文件夹下
- android上如何获取/storage/emulated/下的文件列表
- androidStudio有个箭头不认识
- SQLite不能创建表
- Windows - Android SDK manager not listing any plat
- Animate Recycler View grid when number of columns
- Why is the app closing suddenly without showing an
- Android OverlayItem.setMarker(): Change the marker
Better to Download Latest Eclipse Setup Juno http://www.eclipse.org/downloads/ open this link and download this version Eclipse IDE for Java EE Developers
I also got the same error and I solved it from updating adt.
Go to : Eclipse → Help → Install New Software
and click the
work with
drop down and select android adt link that you have used previously. It looks like this :Tick the developers tools check box and click next. If you have already installed some of them, then eclipse will notify you.
What I did was to uninstall the latest ADT and go back to a previous ADT. It worked.
Go to Help → Install New Software - look for the already installed hyperlink. Uninstall all ADT's. Restart Eclipse and it will tell you the ADT you need for the revision tools you have. Download this ADT and install it manually. It should at least work.
I got the same error, I solved this by updating the Android SDK tools and Android SDK platform tools.
From Eclipse → Window → Android SDK Manager, then Update Tools → Android SDK Tools
and Android SDK platform tools packages. After this restart the eclipse and then update the ADT again. (Help → Check for new Updates).
In Eclipse (ADT)
Select all of the updates you want to install and UNCHECK option "Contact all update sites during install to find required software". After that everything should install as it is mentioned to be.
if You have to update ADT 20.0 otherwise it's not work and also not list the Number of SDK install. i have that problem and fix by updating ADT 20.0 , also Good User Interface.