摘要: step1 :在一个空白文件夹中新建jni文件夹 step2:新建C源文件 #include<stdlib.h> int main(){ system("cat /proc/meminfo"); system("ls"); system("date"); } step3 :新建makefile文件A 阅读全文
posted @ 2020-04-22 18:54 ULis 阅读(960) 评论(0) 推荐(0)