I can' compile for Android / No puedo compilar para Android
-
wrote on 28 Nov 2017, 14:43 last edited by
-
wrote on 28 Nov 2017, 14:45 last edited by
@dream_captain What I want is to solve the error mentioned above
-
@dream_captain What I want is to solve the error mentioned above
wrote on 28 Nov 2017, 14:52 last edited by@Blaster
What compiler are you using?
Please, post a screenshot of active kit (Options->Build&Run->Kits tab) -
@Blaster
What compiler are you using?
Please, post a screenshot of active kit (Options->Build&Run->Kits tab)wrote on 28 Nov 2017, 14:55 last edited by@dream_captain 
These are the kits -
@dream_captain 
These are the kitswrote on 28 Nov 2017, 15:06 last edited by@Blaster
Seems it's MinGW related problem. Try to add-std=gnu++11
to your build command. -
@Blaster
Seems it's MinGW related problem. Try to add-std=gnu++11
to your build command.wrote on 28 Nov 2017, 15:08 last edited by@dream_captain Where is that going exactly?
-
@dream_captain Where is that going exactly?
wrote on 28 Nov 2017, 15:13 last edited by@Blaster
I use msvc build, so can't point the exact location. Look for something like "make arguments" in Projects->Build Steps. -
@Blaster
I use msvc build, so can't point the exact location. Look for something like "make arguments" in Projects->Build Steps.wrote on 28 Nov 2017, 15:20 last edited by@dream_captain Nothing happens. The same error is maintained. I'm going to download the latest version of Qt to try.
-
@Blaster
I use msvc build, so can't point the exact location. Look for something like "make arguments" in Projects->Build Steps.wrote on 28 Nov 2017, 15:30 last edited by@dream_captain I was doing what you told me wrong. Now it gives me a single error, which says "invalid option - ="
-
wrote on 28 Nov 2017, 18:57 last edited by
-
wrote on 28 Nov 2017, 19:13 last edited by
@Pablo-J.-Rogina let's see, and the option to reinstall the used, the same failure remains. I'm not attached to version 5.8, that's what I have, but I'm downloading version 5.9 to use that ... let's see how it goes
-
wrote on 28 Nov 2017, 19:20 last edited by
@Blaster please be aware that if you want to develop Qt application for Android, before Qt release 5.9.x the installer must refer to Android :-) i.e. "Qt 5.6.3 for Android (Linux 64-bit, 744 MB)"
-
@Blaster please be aware that if you want to develop Qt application for Android, before Qt release 5.9.x the installer must refer to Android :-) i.e. "Qt 5.6.3 for Android (Linux 64-bit, 744 MB)"
wrote on 29 Nov 2017, 14:14 last edited by@Pablo-J.-Rogina Yes.. thanks
-
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.