Problems deploying native extensions on Android
I'm trying to test a native extension on Android, but I keep getting the following error when trying to build and push to the device:
"An implentation for native extension 'extension name' required by the application was not found for the target platform."
I thought I had just messed up when creating my extension somehow so I tried using others and it doesn't matter which extension I try, I always get the same error. Has anyone else ran into this issue? If so, how did you solve it?
Thanks.
