macaca android遇到的坑

1、运行代码安装apk在模拟器上的时候,报错:

  Failure [INSTALL_FAILED_NO_MATCHING_ABIS: Failed to extract native libraries, res=-113]

解决办法:是由于使用了native libraries 。该native libraries 不支持当前的cpu的体系结构。具体操作的链接:https://stackoverflow.com/questions/24572052/install-failed-no-matching-abis-when-install-apk

2、运行代码安装apk在模拟器上的时候,报错:

解决办法:

原文地址:https://www.cnblogs.com/rachel-pzl/p/7094372.html