bmfe / eros-yanxuan-demo-v2

📲 基于 eros 开发的 demo,迁移的自 weex 网易严选。
https://bmfe.github.io/eros-docs
MIT License
143 stars 31 forks source link

errorCode -> -1002 msg -> 文件不存在/storage/emulated/0/Android/data/com.benmu.wx/files/benmu/.bundle/bundle/page/yanxuanDemo/index.js #12

Open ouduod opened 5 years ago

ouduod commented 5 years ago

简略的描述你的问题。

安卓调试时启动即报错 errorCode -> -1002 msg -> 文件不存在/storage/emulated/0/Android/data/com.benmu.wx/files/benmu/.bundle/bundle/page/yanxuanDemo/index.js

环境信息

例子:

  • 开发平台:Android Studio
  • node 版本:8.x.x
  • npm 版本:5.x.x
  • 调试类型:真机
  • 调试系统版本: Android 7.1.1
  • 开发工具及其版本 vscode

详细的描述下你的 issue, 最好能有截图。(复杂的问题请一定仔细填写此项)

答: image

PerseveranceZ commented 5 years ago

Eros pack一下

杨明哲 邮箱:a2192466@163.com

签名由 网易邮箱大师 定制

在2019年04月12日 11:16,ouduod 写道: 简略的描述你的问题。

安卓调试时启动即报错 errorCode -> -1002 msg -> 文件不存在/storage/emulated/0/Android/data/com.benmu.wx/files/benmu/.bundle/bundle/page/yanxuanDemo/index.js

环境信息

例子:

开发平台:Android Studio node 版本:8.x.x npm 版本:5.x.x 调试类型:真机 调试系统版本: Android 7.1.1 开发工具及其版本 vscode 尽可能写下你对问题的分析,你觉得可能是由于什么造成的。

例:bmImage module 中不支持传递参数的类型,导致的崩溃。

什么场景下会复现这个问题,复现率是多少。

例:百分百复现,调用即复现。

详细的描述下你的 issue, 最好能有截图。(复杂的问题请一定仔细填写此项)

答:

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or mute the thread.

ouduod commented 5 years ago

好了,谢谢!非常感谢

但首页显示白板,如果没有web端调试,要怎么查问题呢?

PerseveranceZ commented 5 years ago

只要报错 控制台都会有保存信息 页面也会弹窗的 也有weex debug可以帮助调试

杨明哲 邮箱:a2192466@163.com

签名由 网易邮箱大师 定制

在2019年04月12日 11:40,ouduod 写道:

好了,谢谢!非常感谢

但首页显示白板,如果没有web端调试,要怎么查问题呢?

— You are receiving this because you commented. Reply to this email directly, view it on GitHub, or mute the thread.

276259822 commented 4 years ago

eros-yanxuan\config\eros.native.js 加ip试一下

url': {
        'image': 'https://lev-inf.benmu-health.com/test/xxx',
        'bundleUpdate': 'http://localhosts:3001/app/check',
        // 在这里添加 socketServer 请将 ip 地址改为你电脑真实的地址,注意如果是 dhcp 分配的地址会发生变化
        'socketServer': 'ws://192.168.1.23:8890',
        // 指定访问服务地址
        'jsServer': "http://192.168.1.23:8889"
    }`