Skip to content

Commit e26e9cf

Browse files
authored
Update README.md
1 parent 5849a18 commit e26e9cf

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -109,21 +109,25 @@ Application intialization:
109109

110110

111111
## 5. Q&A:
112+
113+
Issue 1:
114+
112115
android.view.InflateException: Binary XML file line #7: Binary XML file line #7: Error inflating class com.facebook.drawee.view.SimpleDraweeView
113116

114117
Solution: make sure Fresco is initialized in app properly.
115118

116119
android:name=".DemoApplication"
117120
...
118121
Fresco.initialize(getApplicationContext());
122+
123+
Issue 2:
119124

120125
App crash while loading large amount of images
121126

122127
Solution: disable hardware acceleration for activity
123128

124129
android:hardwareAccelerated="false"
125130

126-
127131
# License
128132

129133
Multiple-Images-Selector is [MIT-licensed](LICENSE).

0 commit comments

Comments
 (0)