android / graphics-samples

Multiple samples showing the best practices in graphics on Android.
Apache License 2.0
311 stars 134 forks source link

Upstream issue with PdfRenderer #7

Open codingjeremy opened 5 years ago

codingjeremy commented 5 years ago

Issue by rrshaban Thursday Mar 31, 2016 at 16:11 GMT Originally opened as https://github.com/googlesamples/android-PdfRendererBasic/issues/7


"This is an odd one; it's probably a variation on Issue #82838, in which when attempting to use PdfRenderer to display Assets, the wrong Asset is used.

What seems to be the problem is that behavior of PdfRenderer to display Assets depends upon the order of entries within the .apk. If the META-INF entries are first in the .apk, then PdfRenderer won't display PDF assets at all."

https://code.google.com/p/android/issues/detail?id=82841

codingjeremy commented 5 years ago

Comment by benedictusc Friday Apr 01, 2016 at 04:14 GMT


Facing this issue too, anyone know a fix?