Skip to content Skip to sidebar Skip to footer

Unable To Create Activity In Eclipse

I have just downloaded eclipse juno and when I create an activity, it isn't showing up in my project. I have tried installing http://dl-ssl.google.com/android/eclipse/ as others h

Solution 1:

This is a bug with the latest bundle provided by Google. See http://code.google.com/p/android/issues/detail?id=72912.

  • There is no way to update an existing ADT bundle that you might have downloaded.
  • You can do one of two options:

    1. Install eclipse from eclipse.org and install ADT by pointing to the update site: https://dl-ssl.google.com/android/eclipse

    2. Download bundles from here:

linux 64 bit vm: http://dl.google.com/android/adt/adt-bundle-linux-x86_64-20140702.zip

linux 32 bit vm: http://dl.google.com/android/adt/adt-bundle-linux-x86-20140702.zip

mac: http://dl.google.com/android/adt/adt-bundle-mac-x86_64-20140702.zip

win32: http://dl.google.com/android/adt/adt-bundle-windows-x86-20140702.zip

win64: http://dl.google.com/android/adt/adt-bundle-windows-x86_64-20140702.zip

Starting with ADT bundle 23.0.2, you should be able to update to future versions of ADT.

Solution 2:

I was facing the same problem, was able to solve in this way -

  1. Eclipse-->Help-->About Eclipse---->Installation Details
  2. Select - Android DDMS, ADT, Android Hierarchy Viewer, Android Native Development Tools, Android TraceView and Tracer for OpenGL ES packages. All must be version 22.xx
  3. Uninstall all the plugins selected above.
  4. Restart Eclipse
  5. Install ADT from update site - https://dl-ssl.google.com/android/eclipse/

Post a Comment for "Unable To Create Activity In Eclipse"