2021年1月1日星期五

Bash script in C language for android ndk

I have a problem with this: C code

system("curl *link* > file.html");  system("lynx file.html -dump > file.txt");  

If I run from adb shell these commands all works well but when these command are executed from the app, file.html and file.txt are empty... I don't understand why and how I can solve it.

https://stackoverflow.com/questions/65501619/bash-script-in-c-language-for-android-ndk December 30, 2020 at 11:23AM

没有评论:

发表评论