'Android ndk native app enviroment variable runtime
Anybody know how could i set the PATH within the application that is calling native c++ code, which in terms uses system popen call to WGET and CURL etc...
I get permission denied setting the enviroment variable.
Reason why i need this as i don't want to call ./wget ... but directly wget ...
I have tried with normal putenv, getenv but it says permission denied. Or is there a permission that i could include. Or maybe some other way that popen calls have additional path set?
Thank you
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
