Setting up android development environment on Arch Linux
-
I tried it for several hours but still no luck. I installed required modules and created new android project. Firstly i was getting:
General error during conversion: Unsupported class file major version 63
error. After that I changed gradle version to 8.0.1 in gradle-wrapper.properties file:
distributionUrl=https\://services.gradle.org/distributions/gradle-8.0.1-bin.zip
The file under <build_folder>/android-build/gradle/wrapper/.
Now I am getting :FAILURE: Build failed with an exception. * What went wrong: Could not determine the dependencies of task ':packageDebug'. > Could not create task ':mergeDebugAssets'. > Cannot use @TaskAction annotation on method IncrementalTask.taskAction$gradle_core() because interface org.gradle.api.tasks.incremental.IncrementalTaskInputs is not a valid parameter to an action method.
I dont understand most of terms and im completly blank at this point. At this points, it suggests:
* 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.
But I dont know what will i run with these options.
Any suggestions to configure qt for mobile development?
-
I tried it for several hours but still no luck. I installed required modules and created new android project. Firstly i was getting:
General error during conversion: Unsupported class file major version 63
error. After that I changed gradle version to 8.0.1 in gradle-wrapper.properties file:
distributionUrl=https\://services.gradle.org/distributions/gradle-8.0.1-bin.zip
The file under <build_folder>/android-build/gradle/wrapper/.
Now I am getting :FAILURE: Build failed with an exception. * What went wrong: Could not determine the dependencies of task ':packageDebug'. > Could not create task ':mergeDebugAssets'. > Cannot use @TaskAction annotation on method IncrementalTask.taskAction$gradle_core() because interface org.gradle.api.tasks.incremental.IncrementalTaskInputs is not a valid parameter to an action method.
I dont understand most of terms and im completly blank at this point. At this points, it suggests:
* 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.
But I dont know what will i run with these options.
Any suggestions to configure qt for mobile development?