Want to compile native Android binary I can run in terminal on the phone

前端 未结 4 1516
粉色の甜心
粉色の甜心 2020-11-29 17:55

I\'ve been trying for a couple days to compile a native ARM Android binary that will execute on my phone using a terminal application. I want to generate the same type of bi

4条回答
  •  甜味超标
    2020-11-29 18:09

    Try if if the agcc wrapper can help you as referenced in the Android-tricks blog. According to the blog post you want to use the bionic library, but the one already installed on the phone, not some separately compiled version.

提交回复
热议问题