googlearchive / android-PdfRendererBasic

Migrated:
https://github.com/android/graphics
Apache License 2.0
518 stars 155 forks source link

Upstream issue with PdfRenderer #7

Closed rrshaban closed 5 years ago

rrshaban commented 8 years ago

"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

benedictusc commented 8 years ago

Facing this issue too, anyone know a fix?

codingjeremy commented 5 years ago

I am closing this issue/PR, as it has been migrated to the new repo linked above in the comments. Thank you!