Q: Can your Android library render PDF documents on both ARM and x86 architectures?

A: Yes, our PDF android toolkit qPDF Toolkit supports both ARM and x86 architectures.

When you download the toolkit, you will find a “libs” folder that contains native Android libraries. You will notice different folders for armeabi, armeabi-v7a and x86.

The contents of the libs folder need to be copied to the libs or jnilibs folder (depending on your development environment) in your project. If you don’t have a libs folder in your project, create one and copy the contents of this folder into it.

Read more for developing in Eclipse.
Read more for developing in Android Studio.