Not a direct answer here. I am sure there's a fix, I'd say poke around
the libraries that are part of the project now. Hard to say from far.
So my recommendation: If push comes to shove and you're stuck, you can
always rebuild the project from scratch.
1. Copy all project files to a safe location.
2. Record any special settings you may have. Doesn't sound to me
you've done much in that arena though.
2. Delete the Eclipse project
3. Create new Android project in Eclipse; properties such as project
name as before
4. Delete auto-created stubs (can be done later)
5. Drop in all relevant source files, external libraries and resources
6. Punch in all the settings you've recorded earlier
7. Build-all

On Apr 23, 5:20 am, Rahul <rahulvarma.kalidindi0...@gmail.com> wrote:
> Hi
>
> I am using Eclipge Ganymede for Android. While developing a project i
> clicked on FIX PROJECT option by mistake. Then the whole project
> started showing an error. I have been displayed the following log in
> the console...
>
> trouble processing "java/math/RoundingMode.class":
> [2010-04-23 17:24:29 - Gorinka2]
> Attempt to include a core VM class in something other than a core
> library.
> It is likely that you have attempted to include the core library from
> a desktop
> virtual machine into an application, which will most assuredly not
> work. If
> you really intend to build a core library -- which is only appropriate
> as
> part of creating a full virtual machine binary, as opposed to
> compiling an
> application -- then use the "--core-library" option to suppress this
> error
> message. If you go ahead and use "--core-library" but are in fact
> building
> an application, then please be aware that your build will still fail
> at some
> point; you will simply be denied the pleasure of reading this helpful
> error
> message.
> [2010-04-23 17:24:29 - Gorinka2] 1 error; aborting
> [2010-04-23 17:24:29 - Gorinka2] Conversion to Dalvik format failed
> with error 1
>
> Now i couldnt run the run. Its showing errors. So, can anyone plz help
> me out in setting my project to normal state...
>
> --
> You received this message because you are subscribed to the Google
> Groups "Android Developers" group.
> To post to this group, send email to android-developers@googlegroups.com
> To unsubscribe from this group, send email to
> android-developers+unsubscr...@googlegroups.com
> For more options, visit this group 
> athttp://groups.google.com/group/android-developers?hl=en

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to