I want to develop a terminal app in Android.
In C#, we have:
System.Diagnostics.Process.Start("path of aplication")
Its like running a program directly because each command is a program in Windows. I don’t know how it works in Linux.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I find other solution, thank for all guys
http://saurabh-nigam.blogspot.com/2010/10/running-android-native-code.html
this project make the same: https://github.com/gimite/android-native-exe-demo