(String exportPath)
| 403 | } |
| 404 | |
| 405 | public void Export(String exportPath) { |
| 406 | File exportFile = new File(exportPath); |
| 407 | ApkToolWrap.Recompile(this.decompiledApkDirStr, exportFile.getAbsolutePath()); |
| 408 | System.out.printf("exported to %s\n", exportFile.getAbsolutePath()); |
| 409 | |
| 410 | } |
| 411 | |
| 412 | } |