failed to install C:\Users\Administrator\.expo\android-apk-cache\Exponent-2.29.8.apk: Failure [INSTA

省流:失败!!!

Error: adb: failed to install C:\Users\Administrator\.expo\android-apk-cache\Exponent-2.29.8.apk: Failure [INSTALL_FAILED_CONTAINER_ERROR: Failed to extract native libraries, res=-18]

使用 Expo 搭建的 React Natvie 项目在执行了 npm start 之后, 启动成功, 有个二维码可以扫,但是想要在 Android 模拟器上运行。

于是,输入指令 a,来在 Android 模拟器上运行。

模拟器可以正常启动,但是报错:Error: adb: failed to install C:\Users\Administrator\.expo\android-apk-cache\Exponent-2.29.8.apk: Failure [INSTALL_FAILED_CONTAINER_ERROR: Failed to extract native libraries, res=-18]

大量搜索后无果,Google 之后,有了如下解决方案:

failed to install C:\Users\Administrator\.expo\android-apk-cache\Exponent-2.29.8.apk: Failure [INSTA_第1张图片

按照以上方案执行后,再次输入 a 启动,不起作用!!!

你可能感兴趣的:(React,Native,adb,react,native)