I can' compile for Android / No puedo compilar para Android
-
@Blaster I'm not sure there is one - I cannot find it on the Qt website. I always use the online installer and Qt Maintenance Tool.
-
@dream_captain What I want is to solve the error mentioned above
-
@dream_captain What I want is to solve the error mentioned above
@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)@dream_captain 
These are the kits -
@dream_captain 
These are the kits@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.@dream_captain Where is that going exactly?
-
@dream_captain Where is that going exactly?
@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.@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.@dream_captain I was doing what you told me wrong. Now it gives me a single error, which says "invalid option - ="
-
-
@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
-
@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)"
@Pablo-J.-Rogina Yes.. thanks
-
Hi,
Did you install all the prerequisites listed here ?
-
Hi,
Did you install all the prerequisites listed here ?