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 :
>
> Hi ekke,
>
It seems are you using “ant” for building the app.
You should switch to “gradle”.
“ant” has been deprecated years ago, and I never got your problem using “gradle”
Ciao,
Gianluca.
> On 6 May 2016, at 16:55, NoRulez wrote:
>
> I got this from the Build log:
>
> .
> .
> .
> Stripping libraries t
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 :
>
>> 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 ta
I got this from the Build log:
.
.
.
Stripping libraries to minimize size. Updating Android package files with
project settings. -- res/values/libs.xml -- AndroidManifest.xml --
/src/org/qtproject/qt5/android/bindings/QtActivity.java Pregenerating entry
list for assets file engine. Running Andr
Where is your AndroidManifest.xml? That’s the place for those kind of things.
> On 06 May 2016, at 06:32, ekke wrote:
>
> 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 a
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 anyb
The name and version in the package/AndroidManifest.xml are the correct ones
> Am 05.05.2016 um 21:50 schrieb Jason H :
>
>
>> 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 versio
> 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?
Edit