2023年8月1日

native 程序配置init rc启动

摘要: 一.编写一个 native 程序 一个简单的 native 程序一般要添加两个文件:cpp文件(也可以是.c文件),make文件(以前是 android.mk,现在是 android.bp) 下面是 main.cpp #include<stdio.h> int main(){ int i=0; pr 阅读全文

posted @ 2023-08-01 16:11 人在github 阅读(108) 评论(0) 推荐(0)

导航