try { extractPacFile("path/to/your/file.pac", "path/to/extract"); } catch (Exception e) { Log.e("TAG", "Error: " + e.getMessage()); } }