Hello,
I have some trouble creating an Android-Project with eclipse.
When I start the project, that eclipse create by default, I get following errors:
1. see Attachment
2. When I try to run the application:
[2009-06-09 17:09:57 - HelloWorld]
trouble processing "java/nio/channels/spi/AbstractInterruptibleChannel.class":
[2009-06-09 17:09:57 - HelloWorld]
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.
[2009-06-09 17:09:57 - HelloWorld] 1 error; aborting
[2009-06-09 17:09:57 - HelloWorld] Conversion to Dalvik format failed with error 1
I read the thread, which is simular to my problem. But the keytool looks right:
Jaunty-Jackalope:/opt$ ls -al /etc/alternatives/keytool
lrwxrwxrwx 1 root root 39 2009-05-12 20:16 /etc/alternatives/keytool -> /usr/lib/jvm/java-6-sun/jre/bin/keytool
Can anybody help?

