-
-
Notifications
You must be signed in to change notification settings - Fork 694
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
Android 5.1 java.lang.NoClassDefFoundError: Failed resolution of: Ljava/time/Duration; #666
Comments
Please provide also the information requested in the issue template, at least the library version used |
version 4.9.2, I change to 4.8.0 its solve , compileSdk 34 |
Error: java.lang.NoClassDefFoundError: Failed resolution of: Ljava/time/Duration; |
And For Android 14 version 4.8.0 will pop Error: |
Any details you need more ? |
java.time.Duration |
Do you have errors on Android 14 with the latest 4.9.2? |
no errors , Android 14 with the latest 4.9.2 is fine, but low version cannot |
I think just change the java.time.Duration this class usage, will fix . |
any updates , need help for develop? |
inside you use https://commons.apache.org/proper/commons-net/javadocs/api-1.4.1/org/apache/commons/net/ftp/FTPClient.html |
That part is a dependency of the FTP module and it's not used in the core library. From what I read, with 4.9.2 you're not experiencing any errors on Android 14. The problems you are reporting do happen only on Android 13 or also lower versions? |
I didnt tried Android 13, but no error on Android 14 |
popup java.lang.NoClassDefFoundError: Failed resolution of: Ljava/time/Duration;
when I use upload FTP
The text was updated successfully, but these errors were encountered: