NDK: How to include Prebuilt Shared Library Regardless of Architecture

前端 未结 5 1628
孤街浪徒
孤街浪徒 2020-12-13 10:45

I am working on porting Box2D to learn a little more about android porting.

I can get the project compiling and I see the following....

ls libs/

5条回答
  •  时光说笑
    2020-12-13 11:16

    Anyone looking for good documentation around any android.mk problems, refer this:

    https://github.com/Parrot-Developers/alchemy/blob/master/doc/android-mk.html

    I found it very nicely explained in simple words and covering most of scenarios around Android.mk. Hope it helps.

提交回复
热议问题