Advertisement
Guest User

app launch error

a guest
Aug 21st, 2012
145
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.21 KB | None | 0 0
  1. [2012-08-21 19:22:41 - myapp] Dx warning: Ignoring InnerClasses attribute for an anonymous inner class
  2. (org.ibex.nestedvm.Runtime$1) that doesn't come with an
  3. associated EnclosingMethod attribute. This class was probably produced by a
  4. compiler that did not target the modern .class file format. The recommended
  5. solution is to recompile the class from source, using an up-to-date compiler
  6. and without specifying any "-target" type options. The consequence of ignoring
  7. this warning is that reflective operations on this class will incorrectly
  8. indicate that it is *not* an inner class.
  9. [2012-08-21 19:22:41 - myapp] Dx warning: Ignoring InnerClasses attribute for an anonymous inner class
  10. (org.ibex.nestedvm.Runtime$TerminalFD$1) that doesn't come with an
  11. associated EnclosingMethod attribute. This class was probably produced by a
  12. compiler that did not target the modern .class file format. The recommended
  13. solution is to recompile the class from source, using an up-to-date compiler
  14. and without specifying any "-target" type options. The consequence of ignoring
  15. this warning is that reflective operations on this class will incorrectly
  16. indicate that it is *not* an inner class.
  17. ** This error is repeated until Eclipse crashes.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement