Lastest version of Expo gives errors on start(最新版本的 Expo 在启动时出现错误)
问题描述
当我尝试运行 Expo 应用程序的最新更新(2019 年 1 月 9 日发布)时,我收到以下错误:
When I try to run the lastest update of the Expo application (released 9 jan 2019), I get the following errors:
这是在我开始自己的项目之前.我正在 Android 设备上运行 Expo 应用程序.有人知道为什么会这样吗?
This is before I even start my own project. I am running the Expo app on an Android device. Does anyone have a clue why this is happening?
推荐答案
对我来说解决问题的是清除应用程序的数据.
What solved the problem for me was to clear the data for the app.
如果您想知道如何做到这一点,这里有一个指南:如何清除Android中的缓存和应用数据
If you are wondering how to do that, here is a guide: How to clear cache and app data in Android
这篇关于最新版本的 Expo 在启动时出现错误的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本文标题为:最新版本的 Expo 在启动时出现错误


基础教程推荐
- UIWebView 委托方法 shouldStartLoadWithRequest:在 WKWebView 中等效? 2022-01-01
- Android:对话框关闭而不调用关闭 2022-01-01
- Kivy Buildozer 无法构建 apk,命令失败:./distribute.sh -m “kivy"d 2022-01-01
- 当从同一个组件调用时,两个 IBAction 触发的顺序是什么? 2022-01-01
- 如何在 iPhone 上显示来自 API 的 HTML 文本? 2022-01-01
- 如何让对象对 Cocos2D 中的触摸做出反应? 2022-01-01
- 如何在 UIImageView 中异步加载图像? 2022-01-01
- android 应用程序已发布,但在 google play 中找不到 2022-01-01
- 在 gmail 中为 ios 应用程序检索朋友的朋友 2022-01-01
- 如何在没有IB的情况下将2个按钮添加到右侧的UINavigationbar? 2022-01-01