“No such file or directory” trying to execute linux binary on Android device

后端 未结 2 779
感动是毒
感动是毒 2021-02-02 09:40

I built a native linux ARM binary using the Android GCC toolchain (plain linux, no android or NDK).

I connected, from my PC, via adb shell, to a tablet running Android 4

2条回答
  •  深忆病人
    2021-02-02 10:02

    To amend aditya's comment above, you can also use the following for the C++ stdlibs in Ubuntu 13.10:

    sudo apt-get install lib32ncurses5 libstdc++6:i386
    

提交回复
热议问题