[Interest] How to set Android Version and App Name
NoRulez
norulez at me.com
Sat May 7 15:04:12 CEST 2016
Ok I solved an other problem.
So, if somebody has the same problem:
Use add_library($PROJECT_NAME} SHARED...) instead of add_executable($PROJECT_NAME} SHARED...) since on the android it is only a shared library and not an executable.
> Am 06.05.2016 um 17:56 schrieb NoRulez <norulez at me.com>:
>
> Hi ekke,
>
> I do not use Qt creator. I build it with CMake on the command line.
>
> Regards
>
>>> Am 06.05.2016 um 07:32 schrieb ekke <ekke at ekkes-corner.org>:
>>>
>>> Am 05.05.16 um 21:47 schrieb NoRulez:
>>> Hello,
>>>
>>> I tried to deploy my first example app to my device.
>>> I noticed that the app name is always QtApp and the target is always android-23.
>>> I tried to set the version with "--android platform android-21" but it doesn't work either.
>>>
>>> Can anybody give me a hint to set those options?
>>>
>>> Thanks
>>> _______________________________________________
>>> Interest mailing list
>>> Interest at qt-project.org
>>> http://lists.qt-project.org/mailman/listinfo/interest
>> For the SDK Version:
>>
>> Have you set the Version from QtCreator - Projects - Build Settings -
>> Build Android APK -> ...22 ...23
>>
>> ekke
>> _______________________________________________
>> Interest mailing list
>> Interest at qt-project.org
>> http://lists.qt-project.org/mailman/listinfo/interest
> _______________________________________________
> Interest mailing list
> Interest at qt-project.org
> http://lists.qt-project.org/mailman/listinfo/interest
More information about the Interest
mailing list