当前位置:网站首页>Wang Xuegang - compiled shipment line file
Wang Xuegang - compiled shipment line file
2022-08-02 08:25:00 【qczg_wxg】
We follow The steps written in the previous blog compile the main file executable in Linux.Then put it into the SDcard of the mobile phone and found that it cannot be executed.
Supplement:
Steps to put in Sdcard
adb shell
adb sdcard
./main0801
It can be executed in Linux, but not in Android, we cannot execute it across platforms.At this time, the NDK is used.
Download NDK in Linux system
wget NDK address
mv file rename
unzip
Unzip the NDK into a directory.Start compiling
pwd get the path of the current file,
open vim /etc/profile
configure environment variables
export NDKROOT=/root/study/android-ndk-r25
export PATH= N D K R O O T : NDKROOT: 
source /etc/profile saveModify
Enter echo $NDKROOT to see if the modification is successful
If the NDK path is output, the modification is successful, for example, my path is: /root/study/android-ndk-r25
边栏推荐
- 2022-7-31 12点 程序爱生活 恒指底背离中,有1-2周反弹希望
- mysql启动报错The server quit without updating PID file几种解决办法
- PanGu-Coder: A function-level code generation model
- 设置 height: auto 却无法触发 transition 动画的解决方案
- uni.navigateBack 中的坑
- redis高阶使用之Redisson分布式锁源码解析
- Write a small game in C (three chess)
- The crawler video crawl tools you get
- Button to control the running water light (timer)
- node(三) 模块化
猜你喜欢
随机推荐
PostgreSQL学习总结(11)—— PostgreSQL 常用的高可用集群方案
MySQL压缩包方式安装,傻瓜式教学
如何开启mysql慢查询日志?
Biotin-C6-amine|N-生物素基-1,6-己二胺|CAS:65953-56-2
redis的安装与应用
MySQL之创建表的基本操作
Redisson distributed lock source code analysis for high-level use of redis
HCIP 第十二天
按键控制流水灯(计时器)
小说里的编程 【连载之二十一】元宇宙里月亮弯弯
商业智能平台BI 商业智能分析平台 如何选择合适的商业智能平台BI
59: Chapter 5: Develop admin management services: 12: MongoDB usage scenarios; (non-core data, non-core data with a relatively large amount of data, small private files such as face photos;)
UG NX二次开发(C#)-外部模式-导出dwg格式的文件
[ansible]playbook结合项目解释执行步骤
Shell becomes canonical and variable
数据中台:始于阿里,兴于DaaS
Data Middle Office: Started in Ali, Prosperous in DaaS
五款优秀免费的在线抠图工具
CASA模型、CENTURY模型应用与案例分析
2022-2023 十大应用开发趋势








