Cross Compiling libevent for Android

前端 未结 3 918
闹比i
闹比i 2021-02-03 14:50

I\'m stuck trying to cross-compile libevent to Android and I\'d like to know what I\'m doing wrong and get some assistance.

The version I\'m trying to build is libevent-

3条回答
  •  暖寄归人
    2021-02-03 15:33

    This project builds libevent as a static library on Android here: https://github.com/ventureresearch/libevent

    It includes the Android.mk and generated config files to build it cleanly.

    Note that we are building it for inclusion into an Android device image, and NOT building through the NDK. It would probably still be a good place to start.

提交回复
热议问题