czp3009 / bilibili-api

Bilibili API library for Kotlin
GNU General Public License v3.0
513 stars 50 forks source link

这个库有没有安卓版本限制呢? #18

Closed luern0313 closed 6 years ago

czp3009 commented 6 years ago

没有测试过,不过应该没有

luern0313 commented 6 years ago

在安卓5.1上显示找不到Instant的class,但是安卓p上没有这个问题

czp3009 commented 6 years ago

instant是Android自带类,找不到Instant我不明确是什么意思。

如果看到了ClassNotFound,可能是dex文件切分问题,见此 https://github.com/czp3009/bilibili-api/issues/15

luern0313 commented 6 years ago

这是添加了这个之后才出现的问题。。。

czp3009 commented 6 years ago

那你发一下是什么报错

luern0313 commented 6 years ago

image 是这个

luern0313 commented 6 years ago

算了算了,这么问你也不太好,我另想办法吧,谢谢了

czp3009 commented 6 years ago

这个Instant是Java8的时间操作类,Android上需要用Jack(好像现在不是用Jack了)来转换到Java7,具体的Google一下,有关Android Java8问题

luern0313 commented 6 years ago

好的,谢谢了