You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
whenever the app tries to connect to SSH it crashes at the very beginning. Namely I'm getting: java.lang.NoClassDefFoundError: Failed resolution of: Lorg/ietf/jgss/Oid
It clearly can't find a class that was present at the compile time. I've tried to decompile the corresponding dex file, but I couldn't find anything. So it might be a problem with paths. I'm running Lineage OS 7.1.1, can anyone confirm/disprove that this is happening on stock Android 7.1.1, on older Lineage OS...?
The text was updated successfully, but these errors were encountered:
Hi,
whenever the app tries to connect to SSH it crashes at the very beginning. Namely I'm getting:
java.lang.NoClassDefFoundError: Failed resolution of: Lorg/ietf/jgss/Oid
It clearly can't find a class that was present at the compile time. I've tried to decompile the corresponding dex file, but I couldn't find anything. So it might be a problem with paths. I'm running Lineage OS 7.1.1, can anyone confirm/disprove that this is happening on stock Android 7.1.1, on older Lineage OS...?
The text was updated successfully, but these errors were encountered: