I want to create small command interpreter for android (shell). It should perform only few features : 'scanf','printf','cd', 'pwd', 'echo','set', 'unset', 'exit' and should support internal path variables : 'path', 'home', 'status'. Is it possible to fulfil this using Native Android Kit and bionic library. I would be grateful for any help. Thanks in advance.
Asked
Active
Viewed 898 times