Page 1 of 2 12 LastLast
Results 1 to 10 of 14

Thread: Android ADT plugin - Eclipse - No Preferences Pane

  1. #1
    Join Date
    Nov 2005
    Beans
    18

    Question Android ADT plugin - Eclipse - No Preferences Pane

    Short version: Upgraded to Maverick, Android ADT preferences no longer in Eclipse and Android apps fail to run due to missing resources.

    Long version:
    On 10.04
    Eclipse and the Android ADT plugin were working perfectly. I could run apps in the virtual devices, I could moved them to my Droid2 and they'd run. All libraries were available, and the Preferences pane for Android was in place so I could direct Eclipse to the /tools directory in the SDK.


    I upgraded to Maverick. Eclipse runs, Java apps run. Android apps? Nada.
    Eclipse can't find any of the tools. ADB isn't available, so errors galore.

    Attempted resolution: Removed Android plugins, reinstalled. Nothing. Removed Android plugins, completely removed Eclipse, and removed Android SDK. Redownloaded the SDK, installed Eclipse, installed the Android plugins through Eclips (help>Install New Software). Install went fine. Restarted Eclipse - still nothing for Android in the Preferences pane, nor anywhere else.

    Anybody have a solution?



    Details;
    Eclipse SDK
    Version: 3.5.2
    Build id: M20100211-1343
    Android DDMS 0.9.9.v201009221407-60953
    Android Development Tools 0.9.9.v201009221407-60953
    Ubuntu 10.10

  2. #2
    Join Date
    May 2007
    Location
    Leeds, UK
    Beans
    1,675
    Distro
    Ubuntu

    Re: Android ADT plugin - Eclipse - No Preferences Pane

    No solution, but might be worth a look at the Eclipse log files.

    The main one is usually created in your workspace as .metadata/.log. You may also find individual plugin logs in .metadata/.plugins/<name-of-plugin>/.log.
    Last edited by r-senior; October 13th, 2010 at 07:23 PM. Reason: Another thought ... are you / were you using Sun JDK or Open JDK before upgrading?

  3. #3
    Join Date
    Oct 2010
    Beans
    1

    Re: Android ADT plugin - Eclipse - No Preferences Pane

    Hi,
    Same problem, logs didn't help. Maybe the java jdk should be the problem.

  4. #4
    Join Date
    Nov 2005
    Beans
    18

    Re: Android ADT plugin - Eclipse - No Preferences Pane

    Thanks for the replies - Guitou is right, nothing in the logs shows problems with it. The only log entries are in regards to missing Help documents.

    !SUBENTRY 1 org.eclipse.help.base 4 4 2010-10-13 12:27:16.633

    Pretty sure those are unrelated to Android since they're in regards to the Eclipse base?

    -RB

  5. #5
    Join Date
    Oct 2010
    Beans
    Hidden!

    Re: Android ADT plugin - Eclipse - No Preferences Pane

    Here is the solution:
    http://sonalsantan.blogspot.com/2010...010-after.html

    Hope this helps.
    -Ritu

  6. #6
    Join Date
    Nov 2005
    Beans
    18

    Re: Android ADT plugin - Eclipse - No Preferences Pane

    ritusrivastava - Excellent, thank you! Glad to see it was just posted this morning and I didn't miss it when searching previously.


    To add to the instructions on the blog (5b)

    1. Exit eclipse if running
    2. Delete ~/.eclipse/org.eclipse.platform_3.5.0_155965261
    3. Start eclipse
    4. Open Help->Install New Software
    5a. Install GEF plugin from http://download.eclipse.org/tools/gef/updates/releases. Note that GEF is required for ADT
    5b. Install WST Server Adapters from the Eclipse updates (Help>Install new software > http://download.eclipse.org/releases/galileo/ ) - Also required for ADT.
    6. Install ADT plugin from https://dl-ssl.google.com/android/eclipse

    Thanks all.

    -RB

  7. #7
    Join Date
    Feb 2007
    Beans
    18

    Re: Android ADT plugin - Eclipse - No Preferences Pane

    Quote Originally Posted by razorbuzz View Post
    ritusrivastava - Excellent, thank you! Glad to see it was just posted this morning and I didn't miss it when searching previously.


    To add to the instructions on the blog (5b)

    1. Exit eclipse if running
    2. Delete ~/.eclipse/org.eclipse.platform_3.5.0_155965261
    3. Start eclipse
    4. Open Help->Install New Software
    5a. Install GEF plugin from http://download.eclipse.org/tools/gef/updates/releases. Note that GEF is required for ADT
    5b. Install WST Server Adapters from the Eclipse updates (Help>Install new software > http://download.eclipse.org/releases/galileo/ ) - Also required for ADT.
    6. Install ADT plugin from https://dl-ssl.google.com/android/eclipse

    Thanks all.

    -RB

    Thanks bud. Works like a charm.

  8. #8
    Join Date
    Oct 2006
    Location
    PA
    Beans
    43
    Distro
    Kubuntu 10.10 Maverick Meerkat

    Re: Android ADT plugin - Eclipse - No Preferences Pane

    Many thanks, that worked like a charm!

  9. #9
    Join Date
    Aug 2010
    Beans
    1

    Re: Android ADT plugin - Eclipse - No Preferences Pane

    Fixed it for me as well

  10. #10
    Join Date
    Jul 2006
    Location
    USA
    Beans
    26
    Distro
    Ubuntu 7.04 Feisty Fawn

    Re: Android ADT plugin - Eclipse - No Preferences Pane

    Worked fopr me too thanks!!
    /(bb|[^b]{2})/
    There's no place like 127.0.0.1
    SELECT * FROM users WHERE clue > 0 AND dumbass = FALSE;

Page 1 of 2 12 LastLast

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •