Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6706191
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T07:29:28+00:00 2026-05-26T07:29:28+00:00

just updated the SDK and the ADT after it was released with the ICS

  • 0

just updated the SDK and the ADT after it was released with the ICS announcement – but having some problems building my projects – even after cleaning/refreshing/restarting eclipse this persists.

[2011-10-19 15:24:51 - gobandroid] Dx 
UNEXPECTED TOP-LEVEL EXCEPTION:
java.lang.IllegalArgumentException: already added: Landroid/support/v4/app/ActionBar$LayoutParams;
[2011-10-19 15:24:51 - gobandroid] Dx   at com.android.dx.dex.file.ClassDefsSection.add(ClassDefsSection.java:123)
[2011-10-19 15:24:51 - gobandroid] Dx   at com.android.dx.dex.file.DexFile.add(DexFile.java:163)
[2011-10-19 15:24:51 - gobandroid] Dx   at com.android.dx.command.dexer.Main.processClass(Main.java:486)
[2011-10-19 15:24:51 - gobandroid] Dx   at com.android.dx.command.dexer.Main.processFileBytes(Main.java:455)
[2011-10-19 15:24:51 - gobandroid] Dx   at com.android.dx.command.dexer.Main.access$400(Main.java:67)
[2011-10-19 15:24:51 - gobandroid] Dx   at com.android.dx.command.dexer.Main$1.processFileBytes(Main.java:394)
[2011-10-19 15:24:51 - gobandroid] Dx   at com.android.dx.cf.direct.ClassPathOpener.processArchive(ClassPathOpener.java:245)
[2011-10-19 15:24:51 - gobandroid] Dx   at com.android.dx.cf.direct.ClassPathOpener.processOne(ClassPathOpener.java:131)
[2011-10-19 15:24:51 - gobandroid] Dx   at com.android.dx.cf.direct.ClassPathOpener.process(ClassPathOpener.java:109)
[2011-10-19 15:24:51 - gobandroid] Dx   at com.android.dx.command.dexer.Main.processOne(Main.java:418)
[2011-10-19 15:24:51 - gobandroid] Dx   at com.android.dx.command.dexer.Main.processAllFiles(Main.java:329)
[2011-10-19 15:24:51 - gobandroid] Dx   at com.android.dx.command.dexer.Main.run(Main.java:206)
[2011-10-19 15:24:51 - gobandroid] Dx   at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[2011-10-19 15:24:51 - gobandroid] Dx   at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
[2011-10-19 15:24:51 - gobandroid] Dx   at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[2011-10-19 15:24:51 - gobandroid] Dx   at java.lang.reflect.Method.invoke(Method.java:616)
[2011-10-19 15:24:51 - gobandroid] Dx   at com.android.ide.eclipse.adt.internal.build.DexWrapper.run(DexWrapper.java:179)
[2011-10-19 15:24:51 - gobandroid] Dx   at com.android.ide.eclipse.adt.internal.build.BuildHelper.executeDx(BuildHelper.java:729)
[2011-10-19 15:24:51 - gobandroid] Dx   at com.android.ide.eclipse.adt.internal.build.builders.PostCompilerBuilder.build(PostCompilerBuilder.java:602)
[2011-10-19 15:24:51 - gobandroid] Dx   at org.eclipse.core.internal.events.BuildManager$2.run(BuildManager.java:728)
[2011-10-19 15:24:51 - gobandroid] Dx   at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42)
[2011-10-19 15:24:51 - gobandroid] Dx   at org.eclipse.core.internal.events.BuildManager.basicBuild(BuildManager.java:199)
[2011-10-19 15:24:51 - gobandroid] Dx   at org.eclipse.core.internal.events.BuildManager.basicBuild(BuildManager.java:321)
[2011-10-19 15:24:51 - gobandroid] Dx   at org.eclipse.core.internal.events.BuildManager.build(BuildManager.java:396)
[2011-10-19 15:24:51 - gobandroid] Dx   at org.eclipse.core.internal.resources.Project$1.run(Project.java:618)
[2011-10-19 15:24:51 - gobandroid] Dx   at org.eclipse.core.internal.resources.Workspace.run(Workspace.java:2344)
[2011-10-19 15:24:51 - gobandroid] Dx   at org.eclipse.core.internal.resources.Project.internalBuild(Project.java:597)
[2011-10-19 15:24:51 - gobandroid] Dx   at org.eclipse.core.internal.resources.Project.build(Project.java:124)
[2011-10-19 15:24:51 - gobandroid] Dx   at com.android.ide.eclipse.adt.internal.project.ProjectHelper.build(ProjectHelper.java:869)
[2011-10-19 15:24:51 - gobandroid] Dx   at com.android.ide.eclipse.adt.internal.launch.LaunchConfigDelegate.launch(LaunchConfigDelegate.java:146)
[2011-10-19 15:24:51 - gobandroid] Dx   at org.eclipse.debug.internal.core.LaunchConfiguration.launch(LaunchConfiguration.java:854)
[2011-10-19 15:24:51 - gobandroid] Dx   at org.eclipse.debug.internal.core.LaunchConfiguration.launch(LaunchConfiguration.java:703)
[2011-10-19 15:24:51 - gobandroid] Dx   at org.eclipse.debug.internal.ui.DebugUIPlugin.buildAndLaunch(DebugUIPlugin.java:928)
[2011-10-19 15:24:51 - gobandroid] Dx   at org.eclipse.debug.internal.ui.DebugUIPlugin$8.run(DebugUIPlugin.java:1132)
[2011-10-19 15:24:51 - gobandroid] Dx   at org.eclipse.core.internal.jobs.Worker.run(Worker.java:54)
[2011-10-19 15:24:51 - gobandroid] Dx 1 error; aborting
[2011-10-19 15:24:51 - gobandroid] Conversion to Dalvik format failed with error 1
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-26T07:29:28+00:00Added an answer on May 26, 2026 at 7:29 am

    I had the same problem with a project that contained references to two Library Projects. For mine the Fix Project Properties didn’t help. So instead I opened up the project properties and removed the references to the Library Projects, closed the properties, and then re-added them. I also had to remove the links to the source of those projects as the conversion seemed to munge it in some way.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I just updated the SDK and ADT, I did not uninstall the previous version
Android 4.0 is now released. I have just updated my ADT plugin and downloaded
Having just updated Mono to 2.6.3 (on OS X), I noticed in the installer
My zune just updated to 3.0 (didn't even realize they were releasing something new!)
Just updated SDK and SDK tools in Eclipse, tried to run my application on
I just updated my Android SDK/etc (Eclipse IDE) and, while there seems to be
I'm getting a few errors just after I updated my working copy via SVN.
I just updated my Flex Builder 3 SDK to 3.6. I want to take
I'm on Eclipse (Helios) using GAE SDK 1.5.2, etc. (Just updated everything, today.) In
I am just getting started with MVVM and im having problems figuring out how

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.