在Android模拟器上安装apk的时候出现 INSTALL_FAILED_NO_MATCHING_ABIS 这个错误提示的解决办法. 是由于使用了native libraries .该native libraries 不支持当前的cpu的体系结构. INSTALL_FAILED_NO_MATCHING_ABIS is when you are trying to install an app that has native libraries and it doesn't have a n…
Android Studio遇到的问题 Android Studio一直提示右下角那个错误,Failed to open zip file.我是根据这位大佬的博客https://www.cnblogs.com/guanshaoye/p/6378949.html解决的.下载Gradle.配置环境变量.修改设置之后,虽然不报这个错误了,但是又出了Connection timed out: connect错误.这个错误好像是因为国内无法使用谷歌导致的,我也没找到解决方法,可能***能解决吧. Ecli…