Guest User

Untitled

a guest
Jun 17th, 2018
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.16 KB | None | 0 0
  1. trouble processing "javax/xml/XMLConstants.class":
  2. [2009-05-08 16:53:18 - TestProject]
  3. Attempt to include a core VM class in something other than a core library.
  4. It is likely that you have attempted to include the core library from a desktop
  5. virtual machine into an application, which will most assuredly not work. If
  6. you really intend to build a core library -- which is only appropriate as
  7. part of creating a full virtual machine binary, as opposed to compiling an
  8. application -- then use the "--core-library" option to suppress this error
  9. message. If you go ahead and use "--core-library" but are in fact building
  10. an application, then please be aware that your build will still fail at some
  11. point; you will simply be denied the pleasure of reading this helpful error
  12. message.
  13. [2009-05-08 16:53:18 - TestProject] 1 error; aborting
  14. [2009-05-08 16:53:18 - TestProject] Conversion to Dalvik format failed with error 1
  15.  
  16. <?xml version="1.0" encoding="UTF-8"?>
  17. <classpath>
  18. <classpathentry kind="src" path="src"/>
  19. <classpathentry kind="src" path="gen"/>
  20. <classpathentry kind="con" path="com.android.ide.eclipse.adt.ANDROID_FRAMEWORK"/>
  21. <classpathentry kind="output" path="bin"/>
  22. </classpath>
Add Comment
Please, Sign In to add comment