crobotvip 这个问题的原因招到了是因为网络问题无法下载到zip包,解压缩报错。后面改为手动下载,并把下载好的zip包放到目录下进行解压
如上图所示,这次可以编译打包了。但是遇到了新的问题
logcat提示:页面渲染出错
E/weex: onRenderError -1001,degradeToH5|createInstance fail|wx_create_instance_error isJSFrameworkInit==false reInitCount == 1
中间在编译的过程种也遇到了一些问题
1.WXComponent类提示乱码(左边是修改之前,右边是修改之后)
2.另外还有一个问题就是编译过程中
`> Task :weex_sdk:generateJsonModelDebug
E:\coding\smartmall\plugins\eeui\WeexSDK\android\sdk\src\legacyRelease\cpp\CMakeLists.txt : C/C++ debug|arm64-v8a : CMake Warning at D:/android-ndk-r16b/build/cmake/android.toolchain.cmake:63 (message):
Using custom NDK path (ANDROID_NDK is set): D:\android-ndk-r16b
Call Stack (most recent call first):
E:/coding/smartmall/plugins/eeui/WeexSDK/android/sdk/.cxx/cmake/debug/arm64-v8a/CMakeFiles/3.10.2/CMakeSystem.cmake:6 (include)
CMakeLists.txt:20 (project)
E:\coding\smartmall\plugins\eeui\WeexSDK\android\sdk\src\legacyRelease\cpp\CMakeLists.txt : C/C++ debug|arm64-v8a : CMake Warning at D:/android-ndk-r16b/build/cmake/android.toolchain.cmake:63 (message):
Using custom NDK path (ANDROID_NDK is set): D:\android-ndk-r16b
Call Stack (most recent call first):
E:/coding/smartmall/plugins/eeui/WeexSDK/android/sdk/.cxx/cmake/debug/arm64-v8a/CMakeFiles/3.10.2/CMakeSystem.cmake:6 (include)
CMakeLists.txt:20 (project)
E:\coding\smartmall\plugins\eeui\WeexSDK\android\sdk\src\legacyRelease\cpp\CMakeLists.txt : C/C++ debug|arm64-v8a : CMake Warning (dev) at E:\coding\smartmall\plugins\eeui\WeexSDK\android\sdk\src\legacyRelease\cpp\Source\CMakeLists.txt:44:
Syntax Warning in cmake code at column 31
Argument not separated from preceding token by whitespace.
This warning is for project developers. Use -Wno-dev to suppress it.
E:\coding\smartmall\plugins\eeui\WeexSDK\android\sdk\src\legacyRelease\cpp\CMakeLists.txt : C/C++ debug|arm64-v8a : CMake Warning (dev) at E:\coding\smartmall\plugins\eeui\WeexSDK\android\sdk\src\legacyRelease\cpp\Source\CMakeLists.txt:44:
Syntax Warning in cmake code at column 31
Argument not separated from preceding token by whitespace.
This warning is for project developers. Use -Wno-dev to suppress it.
E:\coding\smartmall\plugins\eeui\WeexSDK\android\sdk\src\legacyRelease\cpp\CMakeLists.txt : C/C++ debug|arm64-v8a : CMake Warning (dev) at E:\coding\smartmall\plugins\eeui\WeexSDK\android\sdk\src\legacyRelease\cpp\Source\js_runtime\CMakeLists.txt:207:
Syntax Warning in cmake code at column 31
Argument not separated from preceding token by whitespace.
This warning is for project developers. Use -Wno-dev to suppress it.
E:\coding\smartmall\plugins\eeui\WeexSDK\android\sdk\src\legacyRelease\cpp\CMakeLists.txt : C/C++ debug|arm64-v8a : CMake Warning (dev) at E:\coding\smartmall\plugins\eeui\WeexSDK\android\sdk\src\legacyRelease\cpp\Source\js_runtime\CMakeLists.txt:207:
Syntax Warning in cmake code at column 31
Argument not separated from preceding token by whitespace.
This warning is for project developers. Use -Wno-dev to suppress it.`