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

Popular posts from this blog

Add new key value to json node in java -

php - Vagrant up error - Uncaught Reflection Exception: Class DOMDocument does not exist -

javascript - Highcharts Synchronized charts with missing data points -