第二個問題就是NDK的問題,Android其實是允許app開發者利用c++撰寫自己的native code,但這些code 是編譯成arm處理器能接受的格式,我們必須要在x86的架構下加上可以轉譯arm 指令給x86 cpu 執行的函式庫
我們必須要從 Buildroid下載以及複製三組檔案到我們的系統中
Download libhoudini.so and copy it to /system/lib/
Download libdvm_houdini.so and copy it to /system/lib/
Download the arm libs, extract the downloaded archive and copy the files to/system/lib/arm/