Acode icon indicating copy to clipboard operation
Acode copied to clipboard

SFTP failed on Android 6

Open SimonShiki opened this issue 4 years ago • 0 comments

Description

I try to add a SFTP storage but Acode crashed. Here is the log:

java.lang.NoSuchMethodError: No interface method sort(Ljava/util/Comparator;)V in class Ljava/util/List; or its super classes (declaration of 'java.util.List' appears in /system/framework/core-libart.jar)
	at com.sshtools.common.ssh.components.ComponentFactory.configureSecurityLevel(ComponentFactory.java:355)
	at com.sshtools.synergy.ssh.SshContext.<init>(SshContext.java:270)
	at com.sshtools.client.SshClientContext.<init>(SshClientContext.java:118)
	at com.sshtools.client.SshClientContext.<init>(SshClientContext.java:127)
	at com.sshtools.client.SshClientContext.<init>(SshClientContext.java:131)
	at com.sshtools.client.SshClientContext.<init>(SshClientContext.java:114)
	at com.sshtools.client.SshClient.<init>(SshClient.java:60)
	at com.foxdebug.sftp.Sftp.connectUsingPassword(Sftp.java:133)
	at com.foxdebug.sftp.Sftp.access$100(Sftp.java:37)
	at com.foxdebug.sftp.Sftp$1.run(Sftp.java:85)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1113)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:588)
	at java.lang.Thread.run(Thread.java:818)

Android version

6.0

Download source

GitHub Releases

SimonShiki avatar Sep 11 '21 11:09 SimonShiki