owios7 / android-sms

Automatically exported from code.google.com/p/android-sms
0 stars 0 forks source link

Dalvik format error #108

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. When I try to compile the project, it says  

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-07-16 21:17:03 - SmsSync] 1 error; aborting
[2010-07-16 21:17:03 - SmsSync] Conversion to Dalvik format failed with error 1

What version of the product are you using? On what operating system?
My platform is Ubuntu 10.04, with 
java version "1.6.0_18"
OpenJDK Runtime Environment (IcedTea6 1.8) (6b18-1.8-0ubuntu1)
OpenJDK Server VM (build 14.0-b16, mixed mode)

Original issue reported on code.google.com by hittu...@gmail.com on 16 Jul 2010 at 3:54