Hello,
I have been able to port your project to Android with JNI and everything is working fine .
my problem is trying to return the created Qr as jbyteArray instead of creating a picture from png_create(max_pixels, max_pixels, image, filename, 4);
if i can return the array then i can be able to show it on an ImageView in android.
Thank You Sir