Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

QLExpress是否支持在Android设备上使用呢? #228

Open
zjiecode opened this issue Dec 23, 2022 · 5 comments
Open

QLExpress是否支持在Android设备上使用呢? #228

zjiecode opened this issue Dec 23, 2022 · 5 comments

Comments

@zjiecode
Copy link

目前我测试,在Android 6上,没法运行,提示:Didn't find class "java.util.function.Supplier"
我在Android 11上测试,可以运行。
请问目前有没有数据,最低支持的Android版本是多少呢?
谢谢

@zjiecode
Copy link
Author

3.2.6-3.3.0不可以,感觉是【线程冲入次数】引入的对【java/util/function/Supplier】的使用造成的
3.2.5版本是可以的。

@DQinYuan
Copy link
Collaborator

DQinYuan commented Jan 3, 2023

java.util.function.Supplier 是 jdk 8 引入的新类,我不是安卓开发,对此不太了解。你清楚安卓最低哪个版本有 jdk8 的类吗

@zjiecode
Copy link
Author

zjiecode commented Jan 3, 2023

java.util.function.Supplier 是 jdk 8 引入的新类,我不是安卓开发,对此不太了解。你清楚安卓最低哪个版本有 jdk8 的类吗

是的,目前我降级到3.2.5,基本功能可以使用, java.util.function.Supplier 应该在Android 7及其以上可以使用。

@zjiecode
Copy link
Author

zjiecode commented Jan 3, 2023

另外,我还发现一个问题 ,在访问类的成员的时候,会用到:java/beans/PropertyDescriptor,这个类是java.desktop里面的 ,在Android也没有 ,请问这个,目前有没有啥代替方案呢?
谢谢。

@DQinYuan
Copy link
Collaborator

DQinYuan commented Jan 8, 2023

想和大佬更深入地交流下安卓使用遇到的问题。可以把微信好发我邮箱 [email protected],我们微信进一步交流

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants