Hanys 0 Posted April 4, 2023 Hi, I have mobile Pixel 7 Pro and I would like to develop a mobile application. Probably, it requires ABI arm64-v8a. What shell I download and how can I make it working? When I run the project i get the INSTALL_FAILED_NO_MATCHING_ABIS: INSTALL_FAILED_NO_MATCHING_ABIS: Failed to extract native libraries, res= -113 Could you help me, please? Thank you, Jan Share this post Link to post
Dave Nottage 557 Posted April 4, 2023 Pixel 7 Pro shipped with no 32-bit support. You need to compile for 64-bit, or perhaps use this: https://github.com/ThomasKing2014/Pixel7_32bit_helper Share this post Link to post