与 expo 反应原生:在 gennymotion 问题上运行项目

react native with expo:Run project on gennymotion problem(与 expo 反应原生:在 gennymotion 问题上运行项目)
本文介绍了与 expo 反应原生:在 gennymotion 问题上运行项目的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我通过 expo init projectname 命令创建了一个新的 react native 项目.并通过项目库中的 expo start 命令运行该项目.该项目在真实设备上运行完美,但尝试在 gennymotion 上运行时出现此错误:

I created a new react native project by expo init projectname command. and run that by expo start command in project library.this project run perfect on real device but this error comes when trying run on gennymotion:

无法在 Android 上启动项目:运行 adb 时出错:adb: failed to安装 C:UsersArash.expoandroid-apk-cacheExponent-2.12.2.apk:失败 [INSTALL_PARSE_FAILED_UNEXPECTED_EXCEPTION: 解析失败/data/app/vmdl904453318.tmp/base.apk: AndroidManifest.xml]

Couldn't start project on Android: Error running adb: adb: failed to install C:UsersArash.expoandroid-apk-cacheExponent-2.12.2.apk: Failure [INSTALL_PARSE_FAILED_UNEXPECTED_EXCEPTION: Failed to parse /data/app/vmdl904453318.tmp/base.apk: AndroidManifest.xml]

gennymotion 设备开发者模式已启用,并且 gennymotion 设置中的 adb 目录是自定义的.

gennymotion device developer mode enabled and adb directory in gennymotion settings is custom.

真的让我发疯了

推荐答案

我终于解决了问题:尝试删除 c:/users/.expo/android-apk-cache 目录.帮我修好了

Finally i solved the problem :try deleting the c:/users/.expo/android-apk-cache directory . fixed it for me

这篇关于与 expo 反应原生:在 gennymotion 问题上运行项目的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!

本站部分内容来源互联网,如果有图片或者内容侵犯您的权益请联系我们删除!

相关文档推荐

How to target newer versions in .gitlab-ci.yml using auto devops (java 11 instead of 8 and Android 31 instead of 29)(如何在.gitlab-ci.yml中使用自动开发工具(Java 11而不是8,Android 31而不是29)瞄准较新的版本)
Android + coreLibraryDesugaring: which Java 11 APIs can I expect to work?(Android+core LibraryDesugering:我可以期待哪些Java 11API能够工作?)
How to render something in an if statement React Native(如何在If语句中呈现某些内容Reaction Native)
How can I sync two flatList scroll position in react native(如何在本机Reaction中同步两个平面列表滚动位置)
Using Firebase Firestore in offline only mode(在仅脱机模式下使用Firebase FiRestore)
Crash on Google Play Pre-Launch Report: java.lang.NoSuchMethodError(Google Play发布前崩溃报告:java.lang.NoSuchMethodError)