Iktwo / QuteLauncher

QML Android Launcher
GNU General Public License v3.0
130 stars 31 forks source link

Qt6 Building Faileds #9

Closed IarChep closed 1 year ago

IarChep commented 1 year ago

Ok, so I found your project and wanted to build it. I'm using Qt 6.5. Error I'm getting: 15:41:47: The deployment device "M2012K11AG" does not support the architectures used by the kit. The kit supports "", but the device uses "arm64-v8a, armeabi-v7a, armeabi". Please, port your code to Qt6 and fix this stupid error

rschiang commented 1 year ago

It’s just blatantly rude to go to some random folk’s repo and ask them to fix “stupid error”s for you.

Maybe you could contribute a fix via pull request?

IarChep commented 1 year ago

It’s just blatantly rude to go to some random folk’s repo and ask them to fix “stupid error”s for you.

Maybe you could contribute a fix via pull request?

For "Stupid error" I ment a Strange error, I tried to make a new project with same files, other Qt version, but nothing. Sorry if "Stupid error" was rude

rschiang commented 1 year ago

I haven’t had hold of an Android device for years. But from past experiences, it’s most likely that you didn’t properly configure your Qt cross-compliation toolchain and/or your Android device in Qt Creator. Have you successfully build an empty/example Qt Android project before?

IarChep commented 1 year ago

Of cource, I made many Android apps (only for me) like Notification Sender, an alarm app with circular sliders. But with QuteLauncher I have this problem

Iktwo commented 1 year ago

Hey, as you can see this project is not actively maintained. I'm glad that you find it interesting. Let me try to compile this with Qt6 and see if I can help.

IarChep commented 1 year ago

Oh, thank you very much! I'm very glad you aswered!

Iktwo commented 1 year ago

Looks like a lot things changed. I was able to make it work, but I need to update the UI. Many things I used are now deprecated. Some things are done differently now. It will take me a while to catch up. Meanwhile you can find the qt6 branch that works with Qt6