as shown in the figure, there is no error message. After App starts, there is only one loading page, and then it flashes. ...
weex run android Error: Error: Command failed: . gradlew assembleRelease Exception in thread "main" java.util.zip.ZipException: zip END header not found ... sdk is installed, android environment variable is configured, adb can run normally,...
js file updated, want to reload the page (non-restart application), weex how to reload the page, use WXSDKInstance.reloadPage (true), no matter how to reload the page ...
gradle uses the Android platform to use the latest weex version 0.18.7 gradle: compile com.taobao.android:weex_sdk:0.18.7-beta-1@aar an error was reported when initializing weex, which feels like an error in the framework layer. There is no such ...
< H2 > demand < H2 > now to do a device input app, has a function is to scan the QR code or bar code label on the device. Then read the contents of the code for the next step. wanted to do it in weex, but found a circle of plug-ins that didn t seem...
how can a simple Vue project, such as a default project generated using vue init webpack hellovue , be quickly used in an Android-side Weex project? the description of this in the official documentation is like gold, which is a little too brief for a...
@JSMethod(uiThread = false) public void getIMEI(JSCallback callback) { Map<String,String> data=new HashMap<>(); data.put("x","x"); callback.invoke(data); } I reported an error when compiling. Do y...
after the weex project is launched, use bugly to capture abnormal crashes, etc., but can not analyze and locate? what solutions do you have? ...
: Error: Command failed: call gradlew.bat assembleDebug when building an android project What went wrong: Could not determine java version from 9.0.4. is my jdk version too high? ...
can t recyle-list be used on web? has updated weex-loader to 0.7.2, and then updated vue vue-template-compiler to 2.5.16, as required. the result is that you can t run well on web I think the example of the official website will not run away on...
it is possible to use file: android_asset images default.png to access pictures in index.vue, but other created vue pages cannot display pictures with this path. Later, I built a picture server with nginx. In other vue pages, I changed the address of sr...
using weex to implement three-end projects but multiline text overflow weex written in weex run android does not support how to achieve this effect Thank you! ...
weex slider index property is invalid in Android setting use weex-slider for picture rotation. When using index attribute, it is found to be invalid on Android. No matter how many index is set to, the first picture will be displayed without any change. ...
Project is created by weex create., android studio uses sdk of 5.1 and build-tool of 23.0.2. Weex run android reports a bunch of Could not resolve errors, and they all seem to be 405 (Method not allowed),. Why? ...
weex cannot use Websocket, in the IOS environment. Is the Websocket module not implemented by default in the IOS environment? prompts the following code error reports the following error: 2018-01-30 11 WeexDemo 53.139497400800 WeexDemo [3836Rod 553570]...
question: weex has a very strange problem under ios, that is, setting a hidden navigationbar, in ViewController will not display on the phone, but when the top position is slid down, the navigationbar will show up? Are there any students who encounter ...
first make sure that lazy loading is written in this way. Home: resolve = > {require ([ .. .. views Home home.vue ], resolve)}, lazy loading ) then declare the component: components: { WxcTabBar, Home: resolve => {require([ ...
< H1 > both Android and iOS use the native < H1 > take iOS as an example: the navigation bar of viewControler with integrated weex does not hide, weex view and add it to the view of viewController. does this provide a series of ways to customize the...
Ali s weex is no longer maintained by itself? I don t know if there s something wrong with this sentence. But weex s old address has nearly 600 issues, that doesn t seem to be up-to-date and maintained. Then throw out a new address, but the address ...
05-02 10:03:24.716 14654-14654 ? E weex: create body failed.java.lang.IllegalStateException: The specified child already has a parent. You must call removeView() on the child s parent first. at android.view.V...
as shown in the figure, is this file so large because it contains multiple files? 2.js ...
This method is provided in the crud interface of mybatis-plus ** * * entity * * * @param queryWrapper null * @return * List<T> selectList(@Param(Constants.WRAPPER) Wrapper<T> queryWrapper); by using the wrapper object, it is...
Wechat web page, how to trigger the event when input triggers the backspace key? found that it can be triggered if input has a value, how to trigger the Backspace key event when input has no value? ...
1) I used vagrant+virtualbox to build the development environment on win7, and box used CentOS7 v1803.1. 2) Synchronize directory is configured in vagrantfile (Synchronize function is normal): config.vm.synced_folder "D: 7_KaiFa project ", " usr ...
problem description the environmental background of the problems and what methods you have tried how do you extract text from the pictures in Mini Program? related codes Please paste the code text below (do not replace the code with pictures...