Feed aggregator

Utterly Nord Plasma 5 [SDDM Login Themes]

KDE Store - Tue, 2024/07/23 - 9:47am
Utterly Nord SDDM them. To install this theme, open System Settings in Plasma and go to "Startup and Shutdown > Login Screen (SDDM)" and click...

Utterly Sweet [Wallpapers KDE Plasma]

KDE Store - Tue, 2024/07/23 - 9:47am
A neon bluish and purple wallpaper

Utterly Nord [Wallpapers KDE Plasma]

KDE Store - Tue, 2024/07/23 - 9:47am
A Nordic Wallpaper

Utterly Sweet Global for Plasma 6 [Global Themes (Plasma 6)]

KDE Store - Tue, 2024/07/23 - 9:47am
A Global theme for Plasma 6 with transparency, blur, rounded edges for UI elements, Beauty Solar icons, a dark bluish color scheme and a...

Utterly Sweet Solid Global for Plasma 6 [Global Themes (Plasma 6)]

KDE Store - Tue, 2024/07/23 - 9:47am
A Solid Global theme for Plasma 6 with rounded edges for UI elements, Beauty Solar icons, a dark bluish color scheme and a reasonable desktop...

Utterly Nord for Plasma 6 [Global Themes (Plasma 6)]

KDE Store - Tue, 2024/07/23 - 9:47am
A Global theme for Plasma 6 with transparency, blur, rounded edges for UI elements, Tela Circle Nord icons, Nord Color Palette and inspired...

Utterly Nord Solid for Plasma 6 [Global Themes (Plasma 6)]

KDE Store - Tue, 2024/07/23 - 9:47am
A Solid Global theme for Plasma 6 with rounded edges for UI elements, Tela Circle Nord icons, Nord Color Palette and inspired wallpaper and a...

Utterly Nord Light for Plasma 6 [Global Themes (Plasma 6)]

KDE Store - Tue, 2024/07/23 - 9:47am
A Global theme for Plasma 6 with transparency, blur, rounded edges for UI elements, Tela Circle Nord icons, Nord Light Color Palette and inspired...

Aretha-Dark-Icons [Full Icon Themes]

KDE Store - Tue, 2024/07/23 - 8:08am
Icons for Dark Plasma Themes

Aretha-Dark-Kvantum [Kvantum]

KDE Store - Tue, 2024/07/23 - 6:51am
Dark Kvantuml Theme, Transparent and Blur

Aretha-Dark-Aurorae [Plasma Window Decorations]

KDE Store - Tue, 2024/07/23 - 6:41am
Dark Rounded Window Decoration (Aurorae Theme) [URL="https://www.pling.com/p/2180387/"]Aretha-Dark-Blur-Aurorae[/URL]

Aretha-Dark-Blur-Aurorae [Plasma Window Decorations]

KDE Store - Tue, 2024/07/23 - 6:37am
Blur Dark Rounded Window Decoration (Aurorae Theme)

Aretha-Dark-Color [Plasma Color Schemes]

KDE Store - Tue, 2024/07/23 - 6:31am
Aretha Dark ColorScheme [URL="https://www.pling.com/p/2180022/"]Aretha-Dark-Blue-ColorScheme[/URL]

Soniq Widget [Plasma 6 Clocks]

KDE Store - Tue, 2024/07/23 - 3:25am
widget to display the time, current day, current temperature, and chance of rain

Building and Running QML Android Applications

Planet KDE - Tue, 2024/07/23 - 12:00am
Building QML Android Applications

Qt Creator uses Gradle for project building. Once your project code is ready, select the Android kit for building in Qt Creator. Click build, and Qt Creator will generate Gradle configuration files for you. However, you may encounter errors such as:

Execution failed for task ':processDebugResources'. A failure occurred while executing com.android.build.gradle.internal.res.LinkApplicationAndroidResourcesTask$TaskAction Android resource linking failed aapt2 E 07-23 15:59:44 51907 51907 LoadedArsc.cpp:94] RES_TABLE_TYPE_TYPE entry offsets overlap actual entry data. aapt2 E 07-23 15:59:44 51907 51907 ApkAssets.cpp:149] Failed to load resources table in APK '/home/zhy/Android/Sdk/platforms/android-35/android.jar'.

This is because the current Gradle plugin version does not support android-35. SeeHow to fix "Execution failed for task ':app:processDebugResources'. > Android resource linking failed"[Android/Flutter] - Stack Overflow

To resolve this issue, you need to modify the Gradle configuration.

Navigate to the /build/Qt_6_7_2_Clang_arm64_v8a-Debug/android-build folder in your project.

Open the build.gradle file and locate the dependencies block:

dependencies { classpath 'com.android.tools.build:gradle:7.4.1' }

com.android.tools.build:gradle:7.4.1 refers to the Android Gradle Plugin (AGP). This default version is from 2022 and is quite outdated.

You can find the latest version here: Maven Repository: com.android.tools.build » gradle

Update the plugin version to a newer one, for example:

dependencies { classpath 'com.android.tools.build:gradle:8.4.1' }

Additionally, when upgrading the plugin version, ensure compatibility with the Gradle version.

Check the relationship between the Gradle and AGP versions here: Android Gradle plugin 8.5 release notes | Android Studio | Android Developers

Reference: Could not find com.android.tools.build:gradle:7.3.3. error found in build.gradle file - Stack Overflow

Therefore, you should use at least Gradle version 8.6 to support this plugin.

Navigate to the ./gradle/wrapper folder and open the gradle-wrapper.properties file. This file defines the Gradle version used by the project.

Find the line: distributionUrl=https\://services.gradle.org/distributions/gradle-8.3-bin.zip

Change it to:

distributionUrl=https\://services.gradle.org/distributions/gradle-8.6-bin.zip

This update specifies that the project will use Gradle version 8.6.

After making these changes, click on build. It will automatically download the specified version of Gradle and then download the necessary Gradle plugins.

If successful, you can find the built APK at ./build/outputs/apk/debug.

Running and Installing APK

In a Linux environment, you can use the adb command to install the APK on your Android device. Alternatively, you can use Qt Creator for one-click deployment.

After connecting your Android device via USB, use the adb command to install the APK:

adb install android-build-debug.apk

Make sure that your Android device has Developer Mode enabled. You can find specific instructions on how to enable Developer Mode based on your device model through an online search.

Nordic KDE [Global Themes (Plasma 5)]

KDE Store - Mon, 2024/07/22 - 11:57pm
Nordic is a dark theme created using the awesome [url=https://github.com/arcticicestudio/nord]Nord[/url] color...

Nordic KDE [Plasma Themes]

KDE Store - Mon, 2024/07/22 - 11:57pm
Nordic is a dark theme created using the awesome [url=https://github.com/arcticicestudio/nord]Nord[/url] color palette. Suggested settings:...

Nordic solid KDE [Plasma Themes]

KDE Store - Mon, 2024/07/22 - 11:57pm
Nordic is a dark theme created using the awesome [url=https://github.com/arcticicestudio/nord]Nord[/url] color palette. Suggested settings:...

Nostrum [SDDM Login Themes]

KDE Store - Mon, 2024/07/22 - 10:01pm
Funky Future Retro! (used in global theme) You can use custom wallpapers, 'Clear Image' reverts to default image.

Nostrum [SDDM Login Themes]

KDE Store - Mon, 2024/07/22 - 10:01pm
Funky Future Retro! (used in global theme) You can use custom wallpapers, 'Clear Image' reverts to default image.