博客
关于我
Ubuntu16.04下安装Android机顶盒(Android4.4.2)NDK交叉编译环境
阅读量:90 次
发布时间:2019-02-26

本文共 1604 字,大约阅读时间需要 5 分钟。

    Ubuntu16.04???Android????Android4.4.2?NDK??????    

Ubuntu16.04???Android????Android4.4.2?NDK??????

????

  • ????
  • ??NDK??
  • ??NDK??
  • ????????
  • ??????

????

Android NDK ????????????????? C ? C++ ??????????????Android??????????????????????????????????????????????Ubuntu16.04????Android4.4.2???????NDK??????????

?????Android4.4.2?????

??NDK??

??????????????NDK?

https://developer.android.google.cn/ndk/downloads

?????????NDK????????????????????????????Android NDK r10???

?????https://pan.baidu.com/s/1hlAwmfWuyZNIjQxCN6dF5A

??NDK??

???????NDK?????????????r10???????????`/opt/android`???

        sudo mkdir -p /opt/android        cp ~/share/android-ndk-r10.tar.gz /opt/android        cd /opt/android        tar zxvf android-ndk-r10.tar.gz    

????????

???NDK???????????????????????????????

??`/etc/profile`????root????????

        vi /etc/profile    

????????

        set NDKROOT=/opt/android/android-ndk-r10        export PATH=$NDKROOT:$PATH    

???????????

        source /etc/profile    

????????????????????`~/.bashrc`???

        vi ~/.bashrc    

????????

        set NDKROOT=/opt/android/android-ndk-r10        export PATH=$NDKROOT:$PATH    

????????????????

        source ~/.bashrc    

??????

????NDK???????????????????????

        ndk-    

?????????Tab?????????????????????????????????????????????????????

??????????????????cmake?????????????????????????????

转载地址:http://oykz.baihongyu.com/

你可能感兴趣的文章
occi库在oracle官网的下载针对vs2008
查看>>
OceanBase 安装使用详细说明
查看>>
OceanBase详解及如何通过MySQL的lib库进行连接
查看>>
OCP题库升级,新版的052考试题及答案整理-18
查看>>
OCR使用总结
查看>>
ofbiz 定义
查看>>
OfficeWeb365 SaveDraw 文件上传漏洞复现
查看>>
office中的所有content type
查看>>
office之Excel 你会用 Ctrl + E 吗?
查看>>
Office办公软件里的“开发工具”选项卡-ChatGPT4o作答
查看>>
Offline Installation the .NET Framework 3.5 on Windows 8
查看>>
OGG初始化之使用数据库实用程序加载数据
查看>>
ogg参数解析
查看>>
ognl详解
查看>>
Ogre 插件系统
查看>>
Oil Deposits
查看>>
oj2894(贝尔曼福特模板)
查看>>
OJ4TH|Let's play a game
查看>>
OJ中处理超大数据的方法
查看>>
OJ中常见的一种presentation error解决方法
查看>>