Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Installing ADT plugin in Eclipse for Android development

when I tried to install the ADT to eclipse (indigo) the following error came up:

Cannot complete the install because one or more required items could not be found. Software currently installed: Shared profile 1.0.0.1316138547364 (SharedProfile_epp.package.java 1.0.0.1316138547364) Missing requirement: Shared profile 1.0.0.1316138547364 (SharedProfile_epp.package.java 1.0.0.1316138547364) requires 'org.maven.ide.eclipse [1.0.100.20110804-1717]' but it could not be found 

What does this mean? How can I fix this?

I have the 64 bit versions of eclipse and jdk, and I tried to install the ADT through the Eclipse Marketplace, same error came up... and I tried to install the eclipse classic... an error came up that said it couldn't find the shared libraries...

like image 513
PeterG Avatar asked Nov 06 '11 14:11

PeterG


People also ask

How do I download and install ADT Android SDK for Windows?

In your browser on the PC, open the Android SDK download page and click Download the SDK Tools ADT Bundle for Windows. On the Get the Android SDK page, you can select either 32-bit or 64-bit, according to your Windows platform. This download includes the SDK tools and the Eclipse IDE.

What Eclipse plugin is required to develop an Android application?

Android Development Tools (ADT) is a plugin for the Eclipse IDE that is designed to give you a powerful, integrated environment in which to build Android applications.


1 Answers

It seems that you have to run Eclipse as administrator.

like image 81
hovanessyan Avatar answered Sep 22 '22 01:09

hovanessyan