android - Warning in generation signed apk -
i'm generating signed apk , having these warnings. should solve ?
{ 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.okurlfactory 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.okurlfactory 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.okurlfactory 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:there 17 unresolved references classes or interfaces. warning:exception while processing task java.io.ioexception: please correct above warnings first. }
if have minifyenabled
set true
in application module, may wanna add following line proguard-rules.pro
file described here.
-dontwarn com.squareup.okhttp.**
Comments
Post a Comment