You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@weex.apache.org by GitBox <gi...@apache.org> on 2021/01/14 09:51:49 UTC

[GitHub] [incubator-weex] SkunkBoy opened a new issue #3327: 0.28#Didn't find class "com.taobao.windmill.bundle.bridge.WeexBridge

SkunkBoy opened a new issue #3327:
URL: https://github.com/apache/incubator-weex/issues/3327


    W/System.err: java.lang.ClassNotFoundException: Didn't find class "com.taobao.windmill.bundle.bridge.WeexBridge" on path: DexPathList[[zip file "/data/app/xxxxx-1/base.apk"],nativeLibraryDirectories=[/data/app/-1/lib/arm64, /data/app//base.apk!/lib/arm64-v8a, /vendor/lib64, /system/lib64]]
    at dalvik.system.BaseDexClassLoader.findClass(BaseDexClassLoader.java:56)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:511)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:469)
    at java.lang.Runtime.nativeLoad(Native Method)
    at java.lang.Runtime.doLoad(Runtime.java:435)
    at java.lang.Runtime.loadLibrary(Runtime.java:370)
    at java.lang.System.loadLibrary(System.java:1076)
    at org.apache.weex.utils.WXSoInstallMgrSdk.initSo(WXSoInstallMgrSdk.java:153)
    at org.apache.weex.WXSDKEngine$1.run(WXSDKEngine.java:224)
    at org.apache.weex.common.WXThread$SafeRunnable.run(WXThread.java:70)
    at android.os.Handler.handleCallback(Handler.java:742)
    at android.os.Handler.dispatchMessage(Handler.java:95)
    at android.os.Looper.loop(Looper.java:157)
    at android.os.HandlerThread.run(HandlerThread.java:61)
   Suppressed: java.lang.ClassNotFoundException: com.taobao.windmill.bundle.bridge.WeexBridge
    at java.lang.Class.classForName(Native Method)
    at java.lang.BootClassLoader.findClass(ClassLoader.java:781)
    at java.lang.BootClassLoader.loadClass(ClassLoader.java:841)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:504)
   ... 12 more
   aused by: java.lang.NoClassDefFoundError: Class not found using the boot class loader; no stack trace available
    E/weex: tryUseRunTimeApi ? false


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [incubator-weex] SkunkBoy commented on issue #3327: 0.28#Didn't find class "com.taobao.windmill.bundle.bridge.WeexBridge

Posted by GitBox <gi...@apache.org>.
SkunkBoy commented on issue #3327:
URL: https://github.com/apache/incubator-weex/issues/3327#issuecomment-760607202


   解决办法:
   classpath "com.android.tools.build:gradle:3.5.3"
   distributionUrl=https\://services.gradle.org/distributions/gradle-5.4.1-all.zip


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [incubator-weex] jiyarong commented on issue #3327: 0.28#Didn't find class "com.taobao.windmill.bundle.bridge.WeexBridge

Posted by GitBox <gi...@apache.org>.
jiyarong commented on issue #3327:
URL: https://github.com/apache/incubator-weex/issues/3327#issuecomment-815498681


   > classpath "com.android.tools.build:gradle:3.5.3"
   > distributionUrl=https://services.gradle.org/distributions/gradle-5.4.1-all.zip
   
   哥,这个在哪里设置啊,急,谢谢


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org