Picasso: Image is not displayed in targetSDK 28

Created on 21 Aug 2018  路  2Comments  路  Source: square/picasso

I am trying to upgrade my App for Android P. Below is my Configuration
compileSdkVersion 28
buildToolsVersion '28.0.2'
minSdkVersion 17
targetSdkVersion 28
implementation 'com.squareup.picasso:picasso:2.71828'
I am not getting error or warning.

Most helpful comment

I am trying to upgrade my App for Android P. Below is my Configuration
compileSdkVersion 28
buildToolsVersion '28.0.2'
minSdkVersion 17
targetSdkVersion 28
implementation 'com.squareup.picasso:picasso:2.71828'
I am not getting error or warning.

I think it is because of clearText http. According to Android documentation:

Starting with Android 9.0 (API level 28), cleartext support is disabled by default.

and because of this picasso can not load images

All 2 comments

This is not enough information for an actionable bug report. Without an exception happening during the load, logs indicating what is happening, or a sample app reproducing the problem we have no way to know what's going on

I am trying to upgrade my App for Android P. Below is my Configuration
compileSdkVersion 28
buildToolsVersion '28.0.2'
minSdkVersion 17
targetSdkVersion 28
implementation 'com.squareup.picasso:picasso:2.71828'
I am not getting error or warning.

I think it is because of clearText http. According to Android documentation:

Starting with Android 9.0 (API level 28), cleartext support is disabled by default.

and because of this picasso can not load images

Was this page helpful?
0 / 5 - 0 ratings

Related issues

JakeWharton picture JakeWharton  路  7Comments

ghost picture ghost  路  5Comments

paatz04 picture paatz04  路  6Comments

ivanmagdic picture ivanmagdic  路  3Comments

shekharsumn picture shekharsumn  路  3Comments