This repository has been archived by the owner on Jun 3, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
试图升级报错 修改0.16.0 为 compile 'com.taobao.android:weex_sdk:0.18.0' #1694
Labels
Comments
我做了如下的修改,能编译了 但是安卓运行后显示 render error:1001 这怎么解决?
|
Closed
This was referenced Dec 7, 2018
Closed
Sorry the delay, you can use |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
报错如下
11:13:20 : Error: Error: Command failed: ./gradlew assembleDebug
isLibProject: false, isAppProject: true
weex_plugin: []
/Users/z/git/phone.life/platforms/android/app/src/main/java/com/weex/app/WXPageActivity.java:166: 错误: 找不到符号
if (TextUtils.equals(errCode, WXRenderErrorCode.WX_NETWORK_ERROR)) {
^
符号: 变量 WX_NETWORK_ERROR
位置: 类 WXRenderErrorCode
/Users/z/git/phone.life/platforms/android/app/src/main/java/com/weex/app/WXPageActivity.java:240: 错误: 找不到符号
WXSDKEngine.switchDebugModel(true, debug_url);
^
符号: 方法 switchDebugModel(boolean,String)
位置: 类 WXSDKEngine
注: 某些输入文件使用或覆盖了已过时的 API。
注: 有关详细信息, 请使用 -Xlint:deprecation 重新编译。
2 个错误
FAILURE: Build failed with an exception.
Execution failed for task ':app:compileDebugJavaWithJavac'.
Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
Get more help at https://help.gradle.org
BUILD FAILED in 10s
The text was updated successfully, but these errors were encountered: