incubator-weex icon indicating copy to clipboard operation
incubator-weex copied to clipboard

android 0.28版本报错加载js页面白屏

Open kxliu1990 opened this issue 4 years ago • 4 comments

System.err: java.lang.ClassNotFoundException: Didn't find class "com.taobao.windmill.bundle.bridge.WeexBridge" on path: DexPathList[ System.err: at org.apache.weex.utils.WXSoInstallMgrSdk.initSo(WXSoInstallMgrSdk.java:153) System.err: at org.apache.weex.WXSDKEngine$1.run(WXSDKEngine.java:224) System.err: at org.apache.weex.common.WXThread$SafeRunnable.run(WXThread.java:70)

kxliu1990 avatar May 06 '20 11:05 kxliu1990

请明确一下问题复现步骤。

cnryb avatar Jun 30 '20 09:06 cnryb

+1

limingwei avatar Nov 04 '20 01:11 limingwei

请问这个问题解决了吗? 这个步骤就是参照官网配置,运行demo 之后就成白屏了。 System.err: java.lang.ClassNotFoundException: Didn't find class "com.taobao.windmill.bundle.bridge.WeexBridge"

SkunkBoy avatar Jan 15 '21 01:01 SkunkBoy

我的解决方案: classpath "com.android.tools.build:gradle:3.5.3" distributionUrl=https://services.gradle.org/distributions/gradle-5.4.1-all.zip

SkunkBoy avatar Jan 15 '21 02:01 SkunkBoy