Ошибки Proguard при создании подписанного APK

В моем файле build.gradle для minifyEnabled установлено значение true. Я получаю много ошибок при создании подписанного APK для моего приложения:

Warning:com.dropbox.core.http.OkHttp3Requestor$AsyncCallback: can't find superclass or interface okhttp3.Callback
Warning:com.dropbox.core.http.OkHttp3Requestor$PipedRequestBody: can't find superclass or interface okhttp3.RequestBody
Warning:com.dropbox.core.http.OkHttpRequestor$AsyncCallback: can't find superclass or interface com.squareup.okhttp.Callback
Warning:com.dropbox.core.http.OkHttpRequestor$PipedRequestBody: can't find superclass or interface com.squareup.okhttp.RequestBody
Warning:com.dropbox.core.DbxStandardSessionStore: can't find referenced class javax.servlet.http.HttpSession
Warning:com.dropbox.core.http.GoogleAppEngineRequestor: can't find referenced class com.google.appengine.api.urlfetch.URLFetchServiceFactory
Warning:com.dropbox.core.http.GoogleAppEngineRequestor: can't find referenced class com.google.appengine.api.urlfetch.HTTPMethod
Warning:com.dropbox.core.http.GoogleAppEngineRequestor: can't find referenced class com.google.appengine.api.urlfetch.URLFetchService
Warning:com.dropbox.core.http.GoogleAppEngineRequestor: can't find referenced class com.google.appengine.api.urlfetch.HTTPMethod
Warning:com.dropbox.core.http.GoogleAppEngineRequestor: can't find referenced class com.google.appengine.api.urlfetch.HTTPRequest
Warning:com.dropbox.core.http.GoogleAppEngineRequestor: can't find referenced class com.google.appengine.api.urlfetch.HTTPHeader
Warning:com.dropbox.core.http.GoogleAppEngineRequestor: can't find referenced class com.google.appengine.api.urlfetch.HTTPRequest
Warning:com.dropbox.core.http.GoogleAppEngineRequestor: can't find referenced class com.google.appengine.api.urlfetch.FetchOptions$Builder
Warning:com.dropbox.core.http.GoogleAppEngineRequestor: can't find referenced class com.google.appengine.api.urlfetch.FetchOptions
Warning:com.dropbox.core.http.GoogleAppEngineRequestor: can't find referenced class com.google.appengine.api.urlfetch.HTTPResponse
Warning:com.dropbox.core.http.GoogleAppEngineRequestor: can't find referenced class com.google.appengine.api.urlfetch.HTTPHeader
Warning:com.dropbox.core.http.GoogleAppEngineRequestor: can't find referenced class com.google.appengine.api.urlfetch.HTTPResponse
Warning:com.dropbox.core.http.GoogleAppEngineRequestor: can't find referenced class com.google.appengine.api.urlfetch.FetchOptions
Warning:com.dropbox.core.http.GoogleAppEngineRequestor: can't find referenced class com.google.appengine.api.urlfetch.URLFetchService
Warning:com.dropbox.core.http.GoogleAppEngineRequestor: can't find referenced class com.google.appengine.api.urlfetch.HTTPRequest
Warning:com.dropbox.core.http.GoogleAppEngineRequestor: can't find referenced class com.google.appengine.api.urlfetch.HTTPHeader
Warning:com.dropbox.core.http.GoogleAppEngineRequestor: can't find referenced class com.google.appengine.api.urlfetch.URLFetchServiceFactory
Warning:com.dropbox.core.http.GoogleAppEngineRequestor: can't find referenced class com.google.appengine.api.urlfetch.HTTPMethod
Warning:com.dropbox.core.http.GoogleAppEngineRequestor: can't find referenced class com.google.appengine.api.urlfetch.URLFetchService
Warning:com.dropbox.core.http.GoogleAppEngineRequestor: can't find referenced class com.google.appengine.api.urlfetch.FetchOptions$Builder
Warning:com.dropbox.core.http.GoogleAppEngineRequestor: can't find referenced class com.google.appengine.api.urlfetch.FetchOptions
Warning:com.dropbox.core.http.GoogleAppEngineRequestor: can't find referenced class com.google.appengine.api.urlfetch.HTTPResponse
Warning:com.dropbox.core.http.GoogleAppEngineRequestor: can't find referenced class com.google.appengine.api.urlfetch.URLFetchService
Warning:com.dropbox.core.http.GoogleAppEngineRequestor: can't find referenced class com.google.appengine.api.urlfetch.FetchOptions
Warning:com.dropbox.core.http.GoogleAppEngineRequestor: can't find referenced class com.google.appengine.api.urlfetch.URLFetchService
Warning:com.dropbox.core.http.GoogleAppEngineRequestor: can't find referenced class com.google.appengine.api.urlfetch.FetchOptions
Warning:com.dropbox.core.http.GoogleAppEngineRequestor: can't find referenced class com.google.appengine.api.urlfetch.URLFetchService
Warning:com.dropbox.core.http.GoogleAppEngineRequestor: can't find referenced class com.google.appengine.api.urlfetch.FetchOptions
Warning:com.dropbox.core.http.GoogleAppEngineRequestor: can't find referenced class com.google.appengine.api.urlfetch.URLFetchService
Warning:com.dropbox.core.http.GoogleAppEngineRequestor: can't find referenced class com.google.appengine.api.urlfetch.HTTPRequest
Warning:com.dropbox.core.http.GoogleAppEngineRequestor: can't find referenced class com.google.appengine.api.urlfetch.HTTPResponse
Warning:com.dropbox.core.http.GoogleAppEngineRequestor: can't find referenced class com.google.appengine.api.urlfetch.HTTPRequest
Warning:com.dropbox.core.http.GoogleAppEngineRequestor: can't find referenced class com.google.appengine.api.urlfetch.HTTPMethod
Warning:com.dropbox.core.http.GoogleAppEngineRequestor: can't find referenced class com.google.appengine.api.urlfetch.HTTPRequest
Warning:com.dropbox.core.http.GoogleAppEngineRequestor: can't find referenced class com.google.appengine.api.urlfetch.HTTPMethod
Warning:com.dropbox.core.http.GoogleAppEngineRequestor: can't find referenced class com.google.appengine.api.urlfetch.HTTPRequest
Warning:com.dropbox.core.http.GoogleAppEngineRequestor: can't find referenced class com.google.appengine.api.urlfetch.HTTPMethod
Warning:com.dropbox.core.http.GoogleAppEngineRequestor: can't find referenced class com.google.appengine.api.urlfetch.HTTPRequest
Warning:com.dropbox.core.http.GoogleAppEngineRequestor: can't find referenced class com.google.appengine.api.urlfetch.FetchOptions
Warning:com.dropbox.core.http.GoogleAppEngineRequestor: can't find referenced class com.google.appengine.api.urlfetch.HTTPResponse
Warning:com.dropbox.core.http.GoogleAppEngineRequestor: can't find referenced class com.google.appengine.api.urlfetch.HTTPHeader
Warning:com.dropbox.core.http.GoogleAppEngineRequestor: can't find referenced class com.google.appengine.api.urlfetch.HTTPResponse
Warning:com.dropbox.core.http.GoogleAppEngineRequestor$FetchServiceUploader: can't find referenced class com.google.appengine.api.urlfetch.HTTPRequest
Warning:com.dropbox.core.http.GoogleAppEngineRequestor$FetchServiceUploader: can't find referenced class com.google.appengine.api.urlfetch.URLFetchService
Warning:com.dropbox.core.http.GoogleAppEngineRequestor$FetchServiceUploader: can't find referenced class com.google.appengine.api.urlfetch.HTTPRequest
Warning:com.dropbox.core.http.GoogleAppEngineRequestor$FetchServiceUploader: can't find referenced class com.google.appengine.api.urlfetch.URLFetchService
Warning:com.dropbox.core.http.GoogleAppEngineRequestor$FetchServiceUploader: can't find referenced class com.google.appengine.api.urlfetch.HTTPRequest
Warning:com.dropbox.core.http.GoogleAppEngineRequestor$FetchServiceUploader: can't find referenced class com.google.appengine.api.urlfetch.URLFetchService
Warning:com.dropbox.core.http.GoogleAppEngineRequestor$FetchServiceUploader: can't find referenced class com.google.appengine.api.urlfetch.HTTPRequest
Warning:com.dropbox.core.http.GoogleAppEngineRequestor$FetchServiceUploader: can't find referenced class com.google.appengine.api.urlfetch.URLFetchService
Warning:com.dropbox.core.http.GoogleAppEngineRequestor$FetchServiceUploader: can't find referenced class com.google.appengine.api.urlfetch.HTTPRequest
Warning:com.dropbox.core.http.GoogleAppEngineRequestor$FetchServiceUploader: can't find referenced class com.google.appengine.api.urlfetch.HTTPResponse
Warning:com.dropbox.core.http.OkHttp3Requestor: can't find referenced class okhttp3.OkHttpClient$Builder
Warning:com.dropbox.core.http.OkHttp3Requestor: can't find referenced class okhttp3.OkHttpClient
Warning:com.dropbox.core.http.OkHttp3Requestor: can't find referenced class okhttp3.Dispatcher
Warning:com.dropbox.core.http.OkHttp3Requestor: can't find referenced class okhttp3.Request$Builder
Warning:com.dropbox.core.http.OkHttp3Requestor: can't find referenced class okhttp3.OkHttpClient
Warning:com.dropbox.core.http.OkHttp3Requestor: can't find referenced class okhttp3.Call
Warning:com.dropbox.core.http.OkHttp3Requestor: can't find referenced class okhttp3.Response
Warning:com.dropbox.core.http.OkHttp3Requestor: can't find referenced class okhttp3.ResponseBody
Warning:com.dropbox.core.http.OkHttp3Requestor: can't find referenced class okhttp3.Request$Builder
Warning:com.dropbox.core.http.OkHttp3Requestor: can't find referenced class okhttp3.Headers
Warning:com.dropbox.core.http.OkHttp3Requestor: can't find referenced class okhttp3.OkHttpClient
Warning:com.dropbox.core.http.OkHttp3Requestor: can't find referenced class okhttp3.Dispatcher
Warning:com.dropbox.core.http.OkHttp3Requestor: can't find referenced class okhttp3.Request
Warning:com.dropbox.core.http.OkHttp3Requestor: can't find referenced class okhttp3.Call
Warning:com.dropbox.core.http.OkHttp3Requestor: can't find referenced class okhttp3.Response
Warning:com.dropbox.core.http.OkHttp3Requestor: can't find referenced class okhttp3.ResponseBody
Warning:com.dropbox.core.http.OkHttp3Requestor: can't find referenced class okhttp3.Headers
Warning:com.dropbox.core.http.OkHttp3Requestor: can't find referenced class okhttp3.OkHttpClient
Warning:com.dropbox.core.http.OkHttp3Requestor: can't find referenced class okhttp3.Request$Builder
Warning:com.dropbox.core.http.OkHttp3Requestor: can't find referenced class okhttp3.Response
Warning:com.dropbox.core.http.OkHttp3Requestor: can't find referenced class okhttp3.Request$Builder
Warning:com.dropbox.core.http.OkHttp3Requestor: can't find referenced class okhttp3.Response
Warning:com.dropbox.core.http.OkHttp3Requestor: can't find referenced class okhttp3.Request$Builder
Warning:com.dropbox.core.http.OkHttp3Requestor: can't find referenced class okhttp3.Headers
Warning:com.dropbox.core.http.OkHttp3Requestor: can't find referenced class okhttp3.OkHttpClient
Warning:com.dropbox.core.http.OkHttp3Requestor: can't find referenced class okhttp3.Headers
Warning:com.dropbox.core.http.OkHttp3Requestor$AsyncCallback: can't find referenced class okhttp3.Callback
Warning:com.dropbox.core.http.OkHttp3Requestor$AsyncCallback: can't find referenced class okhttp3.Response
Warning:com.dropbox.core.http.OkHttp3Requestor$AsyncCallback: can't find referenced class okhttp3.Call
Warning:com.dropbox.core.http.OkHttp3Requestor$AsyncCallback: can't find referenced class okhttp3.Response
Warning:com.dropbox.core.http.OkHttp3Requestor$AsyncCallback: can't find referenced class okhttp3.Call
Warning:com.dropbox.core.http.OkHttp3Requestor$AsyncCallback: can't find referenced class okhttp3.Response
Warning:com.dropbox.core.http.OkHttp3Requestor$BufferedUploader: can't find referenced class okhttp3.Request$Builder
Warning:com.dropbox.core.http.OkHttp3Requestor$BufferedUploader: can't find referenced class okhttp3.OkHttpClient
Warning:com.dropbox.core.http.OkHttp3Requestor$BufferedUploader: can't find referenced class okhttp3.Call
Warning:com.dropbox.core.http.OkHttp3Requestor$BufferedUploader: can't find referenced class okhttp3.Request$Builder
Warning:com.dropbox.core.http.OkHttp3Requestor$BufferedUploader: can't find referenced class okhttp3.RequestBody
Warning:com.dropbox.core.http.OkHttp3Requestor$BufferedUploader: can't find referenced class okhttp3.Call
Warning:com.dropbox.core.http.OkHttp3Requestor$BufferedUploader: can't find referenced class okhttp3.Response
Warning:com.dropbox.core.http.OkHttp3Requestor$BufferedUploader: can't find referenced class okhttp3.ResponseBody
Warning:com.dropbox.core.http.OkHttp3Requestor$BufferedUploader: can't find referenced class okhttp3.Request$Builder
Warning:com.dropbox.core.http.OkHttp3Requestor$BufferedUploader: can't find referenced class okhttp3.Response
Warning:com.dropbox.core.http.OkHttp3Requestor$BufferedUploader: can't find referenced class okhttp3.OkHttpClient
Warning:com.dropbox.core.http.OkHttp3Requestor$BufferedUploader: can't find referenced class okhttp3.Call
Warning:com.dropbox.core.http.OkHttp3Requestor$BufferedUploader: can't find referenced class okhttp3.RequestBody
Warning:com.dropbox.core.http.OkHttp3Requestor$BufferedUploader: can't find referenced class okhttp3.Response
Warning:com.dropbox.core.http.OkHttp3Requestor$BufferedUploader: can't find referenced class okhttp3.ResponseBody
Warning:com.dropbox.core.http.OkHttp3Requestor$BufferedUploader: can't find referenced class okhttp3.Request
Warning:com.dropbox.core.http.OkHttp3Requestor$BufferedUploader: can't find referenced class okhttp3.Request$Builder
Warning:com.dropbox.core.http.OkHttp3Requestor$BufferedUploader: can't find referenced class okhttp3.RequestBody
Warning:com.dropbox.core.http.OkHttp3Requestor$BufferedUploader: can't find referenced class okhttp3.Call
Warning:com.dropbox.core.http.OkHttp3Requestor$BufferedUploader: can't find referenced class okhttp3.Request$Builder
Warning:com.dropbox.core.http.OkHttp3Requestor$BufferedUploader: can't find referenced class okhttp3.RequestBody
Warning:com.dropbox.core.http.OkHttp3Requestor$BufferedUploader: can't find referenced class okhttp3.Response
Warning:com.dropbox.core.http.OkHttp3Requestor$PipedRequestBody: can't find referenced class okhttp3.RequestBody
Warning:com.dropbox.core.http.OkHttp3Requestor$PipedRequestBody: can't find referenced class okhttp3.MediaType
Warning:com.dropbox.core.http.OkHttp3Requestor$PipedRequestBody: can't find referenced class okio.BufferedSink
Warning:com.dropbox.core.http.OkHttpRequestor: can't find referenced class com.squareup.okhttp.OkHttpClient
Warning:com.dropbox.core.http.OkHttpRequestor: can't find referenced class com.squareup.okhttp.Dispatcher
Warning:com.dropbox.core.http.OkHttpRequestor: can't find referenced class com.squareup.okhttp.OkHttpClient
Warning:com.dropbox.core.http.OkHttpRequestor: can't find referenced class com.squareup.okhttp.Request$Builder
Warning:com.dropbox.core.http.OkHttpRequestor: can't find referenced class com.squareup.okhttp.OkHttpClient
Warning:com.dropbox.core.http.OkHttpRequestor: can't find referenced class com.squareup.okhttp.Call
Warning:com.dropbox.core.http.OkHttpRequestor: can't find referenced class com.squareup.okhttp.Response
Warning:com.dropbox.core.http.OkHttpRequestor: can't find referenced class com.squareup.okhttp.ResponseBody
Warning:com.dropbox.core.http.OkHttpRequestor: can't find referenced class com.squareup.okhttp.Request$Builder
Warning:com.dropbox.core.http.OkHttpRequestor: can't find referenced class com.squareup.okhttp.Headers
Warning:com.dropbox.core.http.OkHttpRequestor: can't find referenced class com.squareup.okhttp.OkHttpClient
Warning:com.dropbox.core.http.OkHttpRequestor: can't find referenced class com.squareup.okhttp.Dispatcher
Warning:com.dropbox.core.http.OkHttpRequestor: can't find referenced class com.squareup.okhttp.Request
Warning:com.dropbox.core.http.OkHttpRequestor: can't find referenced class com.squareup.okhttp.Call
Warning:com.dropbox.core.http.OkHttpRequestor: can't find referenced class com.squareup.okhttp.Response
Warning:com.dropbox.core.http.OkHttpRequestor: can't find referenced class com.squareup.okhttp.ResponseBody
Warning:com.dropbox.core.http.OkHttpRequestor: can't find referenced class com.squareup.okhttp.Headers
Warning:com.dropbox.core.http.OkHttpRequestor: can't find referenced class com.squareup.okhttp.OkHttpClient
Warning:com.dropbox.core.http.OkHttpRequestor: can't find referenced class com.squareup.okhttp.Request$Builder
Warning:com.dropbox.core.http.OkHttpRequestor: can't find referenced class com.squareup.okhttp.Response
Warning:com.dropbox.core.http.OkHttpRequestor: can't find referenced class com.squareup.okhttp.Request$Builder
Warning:com.dropbox.core.http.OkHttpRequestor: can't find referenced class com.squareup.okhttp.Response
Warning:com.dropbox.core.http.OkHttpRequestor: can't find referenced class com.squareup.okhttp.Request$Builder
Warning:com.dropbox.core.http.OkHttpRequestor: can't find referenced class com.squareup.okhttp.Headers
Warning:com.dropbox.core.http.OkHttpRequestor: can't find referenced class com.squareup.okhttp.OkHttpClient
Warning:com.dropbox.core.http.OkHttpRequestor: can't find referenced class com.squareup.okhttp.Headers
Warning:com.dropbox.core.http.OkHttpRequestor$AsyncCallback: can't find referenced class com.squareup.okhttp.Callback
Warning:com.dropbox.core.http.OkHttpRequestor$AsyncCallback: can't find referenced class com.squareup.okhttp.Response
Warning:com.dropbox.core.http.OkHttpRequestor$AsyncCallback: can't find referenced class com.squareup.okhttp.Request
Warning:com.dropbox.core.http.OkHttpRequestor$AsyncCallback: can't find referenced class com.squareup.okhttp.Response
Warning:com.dropbox.core.http.OkHttpRequestor$BufferedUploader: can't find referenced class com.squareup.okhttp.Request$Builder
Warning:com.dropbox.core.http.OkHttpRequestor$BufferedUploader: can't find referenced class com.squareup.okhttp.OkHttpClient
Warning:com.dropbox.core.http.OkHttpRequestor$BufferedUploader: can't find referenced class com.squareup.okhttp.Call
Warning:com.dropbox.core.http.OkHttpRequestor$BufferedUploader: can't find referenced class com.squareup.okhttp.Request$Builder
Warning:com.dropbox.core.http.OkHttpRequestor$BufferedUploader: can't find referenced class com.squareup.okhttp.RequestBody
Warning:com.dropbox.core.http.OkHttpRequestor$BufferedUploader: can't find referenced class com.squareup.okhttp.Call
Warning:com.dropbox.core.http.OkHttpRequestor$BufferedUploader: can't find referenced class com.squareup.okhttp.Response
Warning:com.dropbox.core.http.OkHttpRequestor$BufferedUploader: can't find referenced class com.squareup.okhttp.ResponseBody
Warning:com.dropbox.core.http.OkHttpRequestor$BufferedUploader: can't find referenced class com.squareup.okhttp.Request$Builder
Warning:com.dropbox.core.http.OkHttpRequestor$BufferedUploader: can't find referenced class com.squareup.okhttp.Response
Warning:com.dropbox.core.http.OkHttpRequestor$BufferedUploader: can't find referenced class com.squareup.okhttp.OkHttpClient
Warning:com.dropbox.core.http.OkHttpRequestor$BufferedUploader: can't find referenced class com.squareup.okhttp.Call
Warning:com.dropbox.core.http.OkHttpRequestor$BufferedUploader: can't find referenced class com.squareup.okhttp.RequestBody
Warning:com.dropbox.core.http.OkHttpRequestor$BufferedUploader: can't find referenced class com.squareup.okhttp.Response
Warning:com.dropbox.core.http.OkHttpRequestor$BufferedUploader: can't find referenced class com.squareup.okhttp.ResponseBody
Warning:com.dropbox.core.http.OkHttpRequestor$BufferedUploader: can't find referenced class com.squareup.okhttp.Request
Warning:com.dropbox.core.http.OkHttpRequestor$BufferedUploader: can't find referenced class com.squareup.okhttp.Request$Builder
Warning:com.dropbox.core.http.OkHttpRequestor$BufferedUploader: can't find referenced class com.squareup.okhttp.RequestBody
Warning:com.dropbox.core.http.OkHttpRequestor$BufferedUploader: can't find referenced class com.squareup.okhttp.Call
Warning:com.dropbox.core.http.OkHttpRequestor$BufferedUploader: can't find referenced class com.squareup.okhttp.Request$Builder
Warning:com.dropbox.core.http.OkHttpRequestor$BufferedUploader: can't find referenced class com.squareup.okhttp.RequestBody
Warning:com.dropbox.core.http.OkHttpRequestor$BufferedUploader: can't find referenced class com.squareup.okhttp.Response
Warning:com.dropbox.core.http.OkHttpRequestor$PipedRequestBody: can't find referenced class com.squareup.okhttp.RequestBody
Warning:com.dropbox.core.http.OkHttpRequestor$PipedRequestBody: can't find referenced class com.squareup.okhttp.MediaType
Warning:com.dropbox.core.http.OkHttpRequestor$PipedRequestBody: can't find referenced class okio.BufferedSink
Warning:com.dropbox.core.http.OkHttpUtil$PipedStream: can't find referenced class okio.Okio
Warning:com.dropbox.core.http.OkHttpUtil$PipedStream: can't find referenced class okio.BufferedSink
Warning:com.dropbox.core.http.OkHttpUtil$PipedStream: can't find referenced class okio.Okio
Warning:com.dropbox.core.http.OkHttpUtil$PipedStream: can't find referenced class okio.BufferedSink
Warning:com.google.common.cache.Striped64: can't find referenced class sun.misc.Unsafe
Warning:com.google.common.cache.Striped64$1: can't find referenced class sun.misc.Unsafe
Warning:com.google.common.cache.Striped64$Cell: can't find referenced class sun.misc.Unsafe
Warning:com.google.common.primitives.UnsignedBytes$LexicographicalComparatorHolder$UnsafeComparator: can't find referenced class sun.misc.Unsafe
Warning:com.google.common.primitives.UnsignedBytes$LexicographicalComparatorHolder$UnsafeComparator$1: can't find referenced class sun.misc.Unsafe
Warning:com.squareup.picasso.OkHttpDownloader: can't find referenced class com.squareup.okhttp.OkHttpClient
Warning:com.squareup.picasso.OkHttpDownloader: can't find referenced class com.squareup.okhttp.Cache
Warning:com.squareup.picasso.OkHttpDownloader: can't find referenced class com.squareup.okhttp.OkHttpClient
Warning:com.squareup.picasso.OkHttpDownloader: can't find referenced class com.squareup.okhttp.CacheControl
Warning:com.squareup.picasso.OkHttpDownloader: can't find referenced class com.squareup.okhttp.CacheControl$Builder
Warning:com.squareup.picasso.OkHttpDownloader: can't find referenced class com.squareup.okhttp.Request$Builder
Warning:com.squareup.picasso.OkHttpDownloader: can't find referenced class com.squareup.okhttp.OkHttpClient
Warning:com.squareup.picasso.OkHttpDownloader: can't find referenced class com.squareup.okhttp.Call
Warning:com.squareup.picasso.OkHttpDownloader: can't find referenced class com.squareup.okhttp.Response
Warning:com.squareup.picasso.OkHttpDownloader: can't find referenced class com.squareup.okhttp.ResponseBody
Warning:com.squareup.picasso.OkHttpDownloader: can't find referenced class com.squareup.okhttp.Response
Warning:com.squareup.picasso.OkHttpDownloader: can't find referenced class com.squareup.okhttp.ResponseBody
Warning:com.squareup.picasso.OkHttpDownloader: can't find referenced class com.squareup.okhttp.OkHttpClient
Warning:com.squareup.picasso.OkHttpDownloader: can't find referenced class com.squareup.okhttp.Cache
Warning:com.squareup.picasso.OkHttpDownloader: can't find referenced class com.squareup.okhttp.CacheControl
Warning:com.squareup.picasso.OkHttpDownloader: can't find referenced class com.squareup.okhttp.CacheControl$Builder
Warning:com.squareup.picasso.OkHttpDownloader: can't find referenced class com.squareup.okhttp.Request$Builder
Warning:com.squareup.picasso.OkHttpDownloader: can't find referenced class com.squareup.okhttp.Response
Warning:com.squareup.picasso.OkHttpDownloader: can't find referenced class com.squareup.okhttp.Cache
Warning:com.squareup.picasso.OkHttpDownloader: can't find referenced class com.squareup.okhttp.CacheControl
Warning:com.squareup.picasso.OkHttpDownloader: can't find referenced class com.squareup.okhttp.Request
Warning:com.squareup.picasso.OkHttpDownloader: can't find referenced class com.squareup.okhttp.Call
Warning:com.squareup.picasso.OkHttpDownloader: can't find referenced class com.squareup.okhttp.Response
Warning:com.squareup.picasso.OkHttpDownloader: can't find referenced class com.squareup.okhttp.ResponseBody
Warning:com.squareup.picasso.OkHttpDownloader: can't find referenced class com.squareup.okhttp.OkHttpClient
Warning:com.squareup.picasso.OkHttpDownloader: can't find referenced class com.squareup.okhttp.CacheControl$Builder
Warning:com.squareup.picasso.OkHttpDownloader: can't find referenced class com.squareup.okhttp.CacheControl
Warning:com.squareup.picasso.OkHttpDownloader: can't find referenced class com.squareup.okhttp.Request$Builder
Warning:com.squareup.picasso.OkHttpDownloader: can't find referenced class com.squareup.okhttp.Response
Warning:com.squareup.picasso.OkHttpDownloader: can't find referenced class com.squareup.okhttp.ResponseBody
Warning:com.squareup.picasso.OkHttpDownloader: can't find referenced class com.squareup.okhttp.Cache
Warning:there were 355 unresolved references to classes or interfaces.
Warning:Exception while processing task java.io.IOException: Please correct the above warnings first.
Error:Execution failed for task ':app:transformClassesAndResourcesWithProguardForRelease'.
> java.io.IOException: Please correct the above warnings first.

Поэтому я добавил эти строки в файл progard-rules.pro:

-keep com.dropbox.** {*;}
-keep com.google.common.** {*;}
-keep com.square.picasso.** {*;}

Но затем я получаю эту ошибку:

Warning:Exception while processing task java.io.IOException: proguard.ParseException: Unexpected keyword 'com.dropbox.**' in line 18 of file '/home/AndroidProjects/Poolex/app/proguard-rules.pro'
Error:Execution failed for task ':app:transformClassesAndResourcesWithProguardForRelease'.
> java.io.IOException: proguard.ParseException: Unexpected keyword 'com.dropbox.**' in line 18 of file '/home/AndroidProjects/Poolex/app/proguard-rules.pro'

Как мне это решить?


person Guest1997    schedule 16.11.2016    source источник


Ответы (3)


Если вы хотите, вы можете игнорировать все ошибки от proguard и попробовать, работает ли приложение. Я использую этот
-dontwarn **
для игнорирования всех ошибок. Если это не работает, попробуйте с:
-keep **
А если вы хотите сделать это только с одним, используйте как
-keep class com.dropbox.**
или
-ignore com.dropbox.**

person Hèctor Godoy    schedule 16.11.2016
comment
-dontwant ** не сработало, поэтому я попробовал -keep **, но он выдал ошибку: выполнение не удалось для задачи ':app:transformClassesAndResourcesWithProguardForDebug'. › java.io.IOException: proguard.ParseException: неожиданное ключевое слово «**» в строке 50 файла «/home/c/MyApp/app/proguard-rules.pro» - person Edijae Crusar; 26.01.2017

Добавьте к proguard-rules.pro этому:

-dontwarn okio.**
-dontwarn okhttp3.**
-dontwarn com.squareup.okhttp.**
-dontwarn com.google.appengine.**
-dontwarn javax.servlet.**
# Support classes for compatibility with older API versions
-dontwarn android.support.**
-dontnote android.support.**

Убедитесь, что в build.gradle(Module:app) у вас есть:

proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'

внутри блока android > buildTypes > release.

person Benny    schedule 28.10.2017

Попробуй это:

-keep class com.dropbox.** {*;}
-keep class com.google.common.** {*;}
-keep class com.square.picasso.** {*;}
person Rosário Pereira Fernandes    schedule 16.11.2016