YanYangTan
YanYangTan

可以问一下注解应该写在那里吗?我写在类、函数和使用前都不行
或者哪里能找到示例我去看一下
我用了以下确实可以了,但是我使用的时候一直报错  
好的 感谢,能问一下为什么这个库一定要使用注解吗?
version 4.9.2, I change to 4.8.0 its solve , compileSdk 34 but For Android 14 version 4.8.0 pop another Error
Error: java.lang.NoClassDefFoundError: Failed resolution of: Ljava/time/Duration; java.lang.NoClassDefFoundError: Failed resolution of: Ljava/time/Duration; at org.apache.commons.net.ftp.FTPClient.(FTPClient.java:545) at net.gotev.uploadservice.ftp.FTPClientWrapper.(FTPClientWrapper.kt:54) at net.gotev.uploadservice.ftp.FTPUploadTask.upload(FTPUploadTask.kt:23) at net.gotev.uploadservice.UploadTask.run(UploadTask.kt:144) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1133) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:607) at java.lang.Thread.run(Thread.java:761) Caused by: java.lang.ClassNotFoundException: Didn't find...
And For Android 14 version 4.8.0 will pop Error: FATAL EXCEPTION: main Process: com.itunicode.sqlmpos.debug, PID: 14476 java.lang.SecurityException: com.itunicode.sqlmpos.debug: One of RECEIVER_EXPORTED or RECEIVER_NOT_EXPORTED should be specified when a receiver isn't...
Any details you need more ?
java.time.Duration this library maybe cannot use in andoird 5 and below