Fernando Souza
Fernando Souza
How to set timeout? I'm using http default download `final FetchConfiguration fetchConfiguration = new FetchConfiguration.Builder(this) .enableRetryOnNetworkGain(true) .setAutoRetryMaxAttempts(2) .setDownloadConcurrentLimit(2) .setHttpDownloader(new HttpUrlConnectionDownloader(Downloader.FileDownloaderType.SEQUENTIAL)) .build(); Fetch.Impl.setDefaultInstanceConfiguration(fetchConfiguration);` call ` request = new Request(Constante.REST_METODO_DOWNLOAD_IMG_PRODUTO_ZIP, DirectoryUtils.getPastaAppSinc().concat("/imgprodutos.zip")); request.setPriority(Priority.HIGH);...
When I'm going to compile my project (migrating from 2.2 to 3.2.2) is giving this message in the output: Error:Execution failed for task ':app:greendao'. > Error processing "Atividade": Can't resolve...