-
Notifications
You must be signed in to change notification settings - Fork 108
Open
Description
i finally managed to build the anbuild.dex with AndroidStudio
but when i run the JavaCommand
it outputs ( not found ) , as if its executing the class as string in the command line
Shell shell;
try {
shell = RootShell.getShell(true);
JavaCommand cmd = new JavaCommand(
43,
false,
MainActivity.this,
runclass.class.getName()) {
@Override
public void commandOutput(int id, String line) {
Log.v("aaaaa",line);
//visualUpdate(TestHandler.ACTION_DISPLAY, line + "\n");
super.commandOutput(id, line);
}
};
shell.add(cmd);
} catch (Exception e) {
e.printStackTrace();
}
Metadata
Metadata
Assignees
Labels
No labels