jackpal / android-command-line-ssh

A command line ssh for unrooted Android devices
39 stars 22 forks source link

"ssh": error: Android 5.0 and later only support position-independent executables (-fPIE). #2

Open vaibhavreddys opened 4 years ago

vaibhavreddys commented 4 years ago

I was trying to use ssh on Android 10, but I get this error.

Can you rebuild the binaries with -fPIE and -pie flags set and with latest NDK to support for devices with Android 5 and above?

Pleaseee:)