My app has a plugin KeyboardService for iOS. Now i want to use the same app on android. Deploying on an emulator gives me the error INSTALL_FAILED_NO_MATCHING_ABIS which says its the wrong architecture.
Is the error because of my plugin which is only for iOS?