Re: [Interest] How to set Android Version and App Name

2016-05-07 Thread NoRulez
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, >

Re: [Interest] How to set Android Version and App Name

2016-05-06 Thread Gian Maxera
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

Re: [Interest] How to set Android Version and App Name

2016-05-06 Thread NoRulez
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

Re: [Interest] How to set Android Version and App Name

2016-05-06 Thread NoRulez
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

Re: [Interest] How to set Android Version and App Name

2016-05-05 Thread Nuno Santos
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

Re: [Interest] How to set Android Version and App Name

2016-05-05 Thread 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 target is always > android-23. > I tried to set the version with "--android platform android-21" but it > doesn't work either. > > Can anyb

Re: [Interest] How to set Android Version and App Name

2016-05-05 Thread NoRulez
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

Re: [Interest] How to set Android Version and App Name

2016-05-05 Thread 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 version with "--android platform android-21" but it > doesn't work either. > > Can anybody give me a hint to set those options? Edit