cari

Rumah  >  Soal Jawab  >  teks badan

android应用集成 weex 加载 js报错

1.将最新的weex sdk 集成到android应用, 加载通过 vue 文件转换的 js 文件, 提示错误。
引入的是最新 sdk

 compile 'com.taobao.android:weex_sdk:0.10.0@aar'

vue 文件时最简单的 hello world

<template>
  <p>
    <text style="font-size: 100px;">Hello World.</text>
  </p>
</template>

然而总是提示错误。。

03-03 11:55:02.426 7414-7443/com.example.weex E/jsengine:  ReportException :(weex):49: ReferenceError: __weex_define__ is not defined
03-03 11:55:02.431 7414-7443/com.example.weex E/jsengine:  ReportException : ReferenceError: __weex_define__ is not defined
                                                              at Object.<anonymous> ((weex):49:2)
                                                              at __webpack_require__ ((weex):20:30)
                                                              at (weex):40:18
                                                              at (weex):43:10
03-03 11:55:02.431 7414-7443/com.example.weex E/weex: reportJSException >>>> instanceId:null, exception function:, exception:ReferenceError: __weex_define__ is not defined
怪我咯怪我咯2772 hari yang lalu538

membalas semua(2)saya akan balas

  • 巴扎黑

    巴扎黑2017-04-18 09:15:31

    Adakah pemuat weex digunakan untuk penyusunan halaman?

    balas
    0
  • PHP中文网

    PHP中文网2017-04-18 09:15:31

    Sertai ini dan cuba

    compile 'com.taobao.android:weex_inspector:0.10.0.5'

    balas
    0
  • Batalbalas