Home  >  Q&A  >  body text

java - androidstudio 引用的jdk不包含sun.misc包?

我想使用sun.misc.Unsafe这个类,但是发现androidstudio引用的jdk里却没有sun.misc这个包是怎么回事?androidstudio的截图如下:

代码中提示了红色:

但是在eclipse中却有这个包:

我想在AS引用这个类,应该怎么办?有知道的吗?

PHP中文网PHP中文网2761 days ago879

reply all(1)I'll reply

  • PHP中文网

    PHP中文网2017-04-18 10:34:22

    Because packages starting with sun do not belong to the J2SE specification
    It is Sun’s internal implementation

    reply
    0
  • Cancelreply