QT Version reports failed to detect ABIs when trying to setup Android
-
I ran into the same problem and I could fix this by closing QtCreator and deleting the directory %LOCALAPPDATA%\QtProject\QtCreator\cache\CachedStores.
I believe that the problem is caused by the qtcreator cache containing the wrong data for the android profile. My suspicion is that this happens when a Qt for Android is already installed while the Android (Java/SDK) setup in VictronConnect is not yet done. I believe that it then stores an empty ABI string and this is not updated when the Android settings are finished in QtCreator.
wrote on 12 Jan 2024, 03:47 last edited by@TvEngelen Thank you very much. This solution has worked for me.
-
I ran into the same problem and I could fix this by closing QtCreator and deleting the directory %LOCALAPPDATA%\QtProject\QtCreator\cache\CachedStores.
I believe that the problem is caused by the qtcreator cache containing the wrong data for the android profile. My suspicion is that this happens when a Qt for Android is already installed while the Android (Java/SDK) setup in VictronConnect is not yet done. I believe that it then stores an empty ABI string and this is not updated when the Android settings are finished in QtCreator.
wrote on 29 Jan 2024, 01:02 last edited by@TvEngelen this has worked for me too, thanks very much! I have been going around in circles with this for a while until found this for QT version 6.5.3
-
I ran into the same problem and I could fix this by closing QtCreator and deleting the directory %LOCALAPPDATA%\QtProject\QtCreator\cache\CachedStores.
I believe that the problem is caused by the qtcreator cache containing the wrong data for the android profile. My suspicion is that this happens when a Qt for Android is already installed while the Android (Java/SDK) setup in VictronConnect is not yet done. I believe that it then stores an empty ABI string and this is not updated when the Android settings are finished in QtCreator.
wrote on 22 Feb 2024, 18:15 last edited by@TvEngelen thank you! That helped
-
I have faced the same issue. Deleting cache directories (~/.cache ~/.java) solved this problem.
(Ubuntu 22.04.3 LTS / QtCreator 12.0.1 / Qt 5.15.2)wrote on 2 Apr 2024, 22:15 last edited by@Gurban, thanks a lot, your solution has worked!
-
@TvEngelen thank you! That helped
wrote on 3 Apr 2024, 03:13 last edited by@PR1G0RYAN QTCreator has a bug where it defaults to compiling with QT6 for Android. If you want to use QT5.15, please refer to my reply in the other thread.