1.将最新的weex sdk 集成到android应用, 加载通过 vue 文件转换的 js 文件, 提示错误。引入的是最新 sdkcompile 'com.taobao.android:weex_sdk:0.10.0@aar'vue 文件时最简单的 hello world<template> <div> <text style="font-size: 100px;">Hello World.</text> </div></template>然而总是提示错误。。03-03 11:55:02.426 7414-7443/com.example.weex E/jsengine: ReportException :(weex):49: ReferenceError: __weex_define__ is not defined03-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
添加回答
举报
0/150
提交
取消