Home  >  Q&A  >  body text

java - 开发android,里面包含jdk吗

鄙人在开发android应用的时候,用到了fastjson,要求jdk1.5以上,在android上用报错了。
有谁知道怎么回事吗?
如何解决?

伊谢尔伦伊谢尔伦2763 days ago777

reply all(2)I'll reply

  • 高洛峰

    高洛峰2017-04-17 13:32:22

    What’s the error?
    If there are no errors, the problem cannot be located,
    Is it a version incompatibility issue or a calling issue?
    Android is based on Java Runtime, and JDK is naturally included

    reply
    0
  • 迷茫

    迷茫2017-04-17 13:32:22

    Report an error, what error was reported? You have to post the error first to determine where the error is!
    Android programs run on the Dalvik virtual machine, and Dalvik is the basis for running Java programs in Android, so of course it includes jdk

    reply
    0
  • Cancelreply