scanmem icon indicating copy to clipboard operation
scanmem copied to clipboard

Build Android Help

Open Ezriral opened this issue 3 years ago • 1 comments

i really struggle with these linux builds.

System:

  • Ubuntu 20.04

What i did:

  • installing the packages/tools (autotools-dev, libtool, libreadline-dev, intltool, and python(3.8))
  • ./autogen.sh
  • ./build_for_android.sh
    • NDK toolchain path (downloaded android-ndk-r21e-linux-x86_64.zip from https://developer.android.com/ndk/downloads) and extracted it to the Desktop "/home/user1/Desktop/NDK"

Problem i have:

there is no file after i run these from the guide recommended commands. The end console log is =>

/usr/bin/mkdir -p '/home/user1/Desktop/ndk21/sysroot/usr/share/doc/scanmem' /usr/bin/install -c -m 644 README '/home/user1/Desktop/ndk21/sysroot/usr/share/doc/scanmem' /usr/bin/mkdir -p '/home/user1/Desktop/ndk21/sysroot/usr/include/scanmem' /usr/bin/install -c -m 644 commands.h list.h maps.h scanmem.h scanroutines.h sets.h show_message.h targetmem.h value.h '/home/user1/Desktop/ndk21/sysroot/usr/include/scanmem' /usr/bin/mkdir -p '/home/user1/Desktop/ndk21/sysroot/usr/share/man/man1' /usr/bin/install -c -m 644 scanmem.1 '/home/user1/Desktop/ndk21/sysroot/usr/share/man/man1' make[2]: Leaving directory '/home/user1/Desktop/scanmem-0.17' make[1]: Leaving directory '/home/user1/Desktop/scanmem-0.17' #END NOTHING MORE#

Ezriral avatar Jun 08 '21 16:06 Ezriral

make jni folder and pasting all files inside jni folder

shahid0 avatar Aug 10 '22 16:08 shahid0