Android App Development Content Image Not Display

I/Glide: Root cause (1 of 1)

Cause (1 of 1): class java .io.FileNotFoundException: No content provider:

There are similar errors reported above Message, the reason is that the http request is forbidden by the system.

Solution:

1. Create a new network_config.xml file in the xml folder under res





2. Then refer to the application in the AndroidManifest.xml configuration file

< pre><application

android:name
=”.MyApp”

android:icon
=”@mipmap/ic_launcher”

android:label
=”@string/app_name” android:networkSecurityConfig=”@xml/network_security_config”

android:roundIcon
=”@mipmap/ic_launcher_round”

android:theme
=”@style/AppTheme”>





<application

android:name
=".MyApp"
android:icon
="@mipmap/ic_launcher"
android:label
="@string/app_name" android:networkSecurityConfig="@xml/network_security_config"
android:roundIcon
="@mipmap/ic_launcher_round"
android:theme
="@style/AppTheme">

WordPress database error: [Table 'yf99682.wp_s6mz6tyggq_comments' doesn't exist]
SELECT SQL_CALC_FOUND_ROWS wp_s6mz6tyggq_comments.comment_ID FROM wp_s6mz6tyggq_comments WHERE ( comment_approved = '1' ) AND comment_post_ID = 3543 ORDER BY wp_s6mz6tyggq_comments.comment_date_gmt ASC, wp_s6mz6tyggq_comments.comment_ID ASC

Leave a Comment

Your email address will not be published.