As you can understand from title, I have made an application which uses sudo command in its one method. I, now, want test this application on Android. As I understand, emulator is not rooted. Thus, I have some questions;
- In ADT, is there a way to make ADT emulator as being rooted? If yes, how?
- If no, without needing to use physical device, how can I test my application?
Note: can you give your answer step by step ? (first do then ... )
Thanks