: 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?
: Error: Command failed: call gradlew.bat assembleDebug when building an android project
Could not determine java version from "9.0.4.
is my jdk version too high?
have you solved it? I also have this problem
have you solved it?
mine is similar to yours
Error: Error: Command failed: call gradlew.bat assembleRelease
ask for help
Gradle related content under local configuration. Refer to https://gradle.org/ and android configuration gradle related
after you build the weex project, the gradle and other configurations in it are not up-to-date. You first ignore this problem, import the project into AS, and then modify the gradle version and the latest gradle plug-in in AS. After modification, you can build again
download gradle, Configure the environment variable https://blog.csdn.net/qq_1552.
Previous: The use of weex recyle-list causes it not to be displayed on the web
Next: Vue introduces unslider plug-in hint $(.). Unslider is not a function, how to solve it?
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. ...
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...
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? ...