BACK-PORTING can use PdfDocument (API 19) in jellybean API 16? [closed]
Closed. This question is off-topic . It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow. Closed 6 months ago . I'm compiling using Android 4.4.2 (API19) but running on Android 4.1.1 API 16 . Is there an Android support library,or something, so I can use PdfDocument.java (API 19) in Jellybean API 16 ? code: import android.graphics.pdf.PdfDocument; import android.graphics.pdf.PdfDocument.Page; import android.graphics.pdf.PdfDocument.PageInfo; PdfDocument doc = new PdfDocument(); Error log: 07-22 14:58:41.869: E/dalvikvm