java - androidstudio 引用的jdk不包含sun.misc包?
PHP中文网
PHP中文网 2017-04-18 10:32:22
0
1
877

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

代码中提示了红色:

但是在eclipse中却有这个包:

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

PHP中文网
PHP中文网

认证0级讲师

reply all(1)
洪涛

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

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!