after the newly-built weex project adds the android platform, use the week build android command to package it into the apk of android. This prompt is encountered
how can I package it into apk?
after the newly-built weex project adds the android platform, use the week build android command to package it into the apk of android. This prompt is encountered
how can I package it into apk?
weex official document shows: Android SDK version 23 (compileSdkVersion in build.gradle) SDK build tools version 23.0.1 (buildToolsVersion in build.gradle) question 1. Why must be based on Android SDK version 23 and SDK build tools version 23.0...
I currently have three pages this is the first page index The result of test shows that when clicks in for the first time, you can return layer by layer. The more times you click in, the more times you call the listenReturn method when you r...
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. ...
: 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? ...
in WXPageActity weexjs ...
crate Weex instance WXSDKInstance mInstance = new WXSDKInstance(this); set render container mInstance.setRenderContainer(renderContainer); set image Adapter mInstance.setImgLoaderAdapter(new ImageAdapter(this)); register render listener mInstance...
look at the source code of Vue and see how the weex platform is built. Vue is encapsulated and enhanced in Vue src platforms weex entry-framework.js. Then three methods are derived: 1.createInstanceContext 2.destroyInstance 3.refreshInstance it is ob...