I’m looking to use paparazzi in an Android project...
# squarelibraries
l
I’m looking to use paparazzi in an Android project that also has Kotlin/Native code building for androidNative* targets. Because paparazzi uses android unit tests, it’s having trouble finding my .so files (and if it could, they’d be built for android NDK). Do I need to add a macosArm64 target to my ndk module, or is there a way to make this work with the .so files I already build for androidNative*?
Under normal circumstances, I’d typically provide a mock that gives default values, but this .so produces an IntArray that gets rendered as pixel data in a composable, and that’s what I’m testing here.