Posts Tagged ‘Eclipse’

Eclipse ADT & Google APIs: Fixing “MapActivity cannot be resolved to a type”

After using the SDK Manager to download and install the Google APIs Add-On (see http://code.google.com/intl/de-DE/android/add-ons/google-apis/installing.html) one can start to develop Android applications that uses the Google services like Google Maps. After changing the parent class of your activity to MapActivity one has to select one of the Google APIs as “Android Built Target” (Right click [...]

Read more…

Eclipse 3.6.1 (Helios) & Subversive: Installing SVN connector failed

I tried to set up the Subversive plugin on a fresh Eclipse 3.6.1 (Helios) installation recently. I used the Subversive version 0.7.9I20100512-1900 from the Helios repository, but trying to install a SVN Kit connector (I tried SVN Kit 1.3.2) failed with the following error message: “Cannot complete installation: Problems occurred while performing installation: Operation details [...]

Read more…