I can' compile for Android / No puedo compilar para Android
-
wrote on 2 Feb 2018, 19:49 last edited by
There is no way that I can compile in Qt for android
-
Hi,
Did you install all the prerequisites listed here ?
-
Hi,
Did you install all the prerequisites listed here ?
wrote on 2 Feb 2018, 20:29 last edited by@SGaist I think the only thing that may be giving the problem is the NDK. The one I have is the r8c. You could put a link to the NDK r10e to download it, which is not from Google. Is that the Google link is not allowed for my country. I am cuban
-
Do you mean that this link doesn't work ?
By the way, why are you using such an old version of Qt ? The current version is 5.10 and Qt Creator is at 4.5.
-
Do you mean that this link doesn't work ?
By the way, why are you using such an old version of Qt ? The current version is 5.10 and Qt Creator is at 4.5.
wrote on 2 Feb 2018, 20:41 last edited by@SGaist The link does work, but it is not available for my country. So I can not access it, thanks to the economic and commercial blockade that the US has against Cuba. Anyway I will use a WebProxy to access.
I'm using this version of Qt because it's the one I could access, thanks to a friend. I'm a big fan of Qt and I recommend it to all the developers I know. Thanks for everything. -
wrote on 3 May 2018, 18:47 last edited by
Sorry for the delay in publishing my solution. The problem was the ndk version, thanks to all those who responded
-
Sorry for the delay in publishing my solution. The problem was the ndk version, thanks to all those who responded
wrote on 3 May 2018, 18:48 last edited by@Blaster ok, so if your issue is solved please don't forget to mark your post as such.
-
wrote on 17 Nov 2019, 04:07 last edited by
SOMETIMES, this will not be a configuration issue as mentioned in other answers. In my case, the problem was one file that happened to have been saved with a .CPP extension rather than .cpp. QMake (Qt5) was misidentifying the file and trying to compile it with the C compiler rather than the C++ compiler. The QMake from Qt4 was not exhibiting this issue. Renaming the file fixed the issue.
My comment at the time was "Could this really be that f&%%& simple!!"