I need help with auto cache downloader, I follow tutorials and it seems like I do everything correctly but it just doesn't work?



public class CacheDownloader {

private client client;
private final int BUFFER = 1024;
private final int VERSION = 1;
private String cacheLink = "http://tzhaarpk.x10.mx/download/Destortion.zip";
private String fileToExtract = getCacheDir() + getArchivedName();
If anyone has the answer to this then I'd greatly appreciate it, I have Teamviewer if you wish to help me that way.