Hi I'm trying to compile freerdp for Android. I'm trying to do this under Windows and Ubuntu. But no success, as in both cases I can't build libfreerdp-android.so to put it into the final apk-file.
FreeRDP Developer Manual states the following: "CMake outputs libfreerdp-android.so to libs/armeabi-v7a, but the Android project expects them in client/Android/libs/armeabi-v7a" So, compiling the current FreeRDP-master I expect that cmake will produce libfreerdp-android.so in FreeRDP-master/libs. Am I right? I run cmake within FreeRDP-master directory: cmake -DCMAKE_TOOLCHAIN_FILE=cmake/AndroidToolchain.cmake \ -DANDROID_NDK=$NDK \ -DANDROID_SDK=$SDK \ -DCMAKE_MAKE_PROGRAM=$NDK/prebuilt/linux-x86/bin/make There are no warnings and erros, and finally I get: -- Adding Android client -- Configuring done -- Generating done -- Build files have been written to: /home/administrator/FreeRDP-master But I can't find any built libraries under FreeRDP-master/libs. I use Android NDK (r8) and SDK, cmake 2.8.10. System and PATH variables are set correctly according to FreeRDP Developer Manual. Static ssl libraries are compiled and put into NKD. So, my question is what I'm missing? thanx in advance ------------------------------------------------------------------------------ Everyone hates slow websites. So do we. Make your web apps faster with AppDynamics Download AppDynamics Lite for free today: http://p.sf.net/sfu/appdyn_d2d_mar _______________________________________________ Freerdp-devel mailing list Freerdp-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/freerdp-devel