[Android-development] Supported devices

Florin Tanasă florin.tanasa at gmail.com
Wed Feb 13 11:46:08 CET 2013


Bogdan,
You have wright. Is necessary to put in Qt creator the path for Qt5 
where this was compiled.
Now the application start in emulator, I think also work in device.

On 13.02.2013 09:29, BogDan wrote:
> Sorry I just misspell your name,  so one more time:
> Salut *Florin* not Folrin :)
>
>
>>
>> You don't need to do the "make install" step, and I bet this is
>> the problem,
>> because the install procedure doesn't copy all need files. Just point into
>> QtCreator
>> the  folder where you compiled qtbase (you can safely ignore qtcreator's
>> warning).
>> If you want to "fix" the warning just add -developer-build to your
>> configure params.
>>
>>
>> Cheers,
>> BogDan
>>
>>
>> P.S. IMHO we don't need any "compatibility" page, Qt5 *MUST* work
>> on all Android
>> API-9+ devices/emulators and  you should be able to debug it on any API-10+
>> devices/emulators !
>>
>>
>>> ________________________________
>>>   From: Florin Tanasă <florin.tanasa at gmail.com>
>>> To: android-development at qt-project.org
>>> Sent: Wednesday, February 13, 2013 9:14 AM
>>> Subject: Re: [Android-development] Supported devices
>>>
>>>
>>> In this morning I take with logcat the log.
>>> The name of application is Test_android.
>>> What I found in log is this warning:
>>> W/PackageManager(  325): Package named
>>        'org.kde.necessitas.example.Test_android' doesn't exist.
>>> and the QtCreator in window application say not found process
>>        org.kde.necessitas.example.Test_android
>>>   The application is installed because I tap and then request
>>        ministro libs and the qt5 libs exist in /data/local/tmp/qt
>>> On 12.02.2013 21:06, Florin Tanasă wrote:
>>>
>>> On 12.02.2013 14:30, Eskil Abrahamsen Blomfeldt wrote:
>>>> On 02/12/2013 12:27 PM, Florin Tanasă wrote:
>>>>> On 12.02.2013 13:15, Eskil Abrahamsen Blomfeldt wrote:
>>>>>> On 02/12/2013 10:57 AM, Florin Tanasă wrote:
>>>>>>> I tested with Samsung Galaxy Tab 2 7.0 and not work. The
>> application not start.
>>>>>>>> With qt 4.8 work.
>>>>>>>>
>>>>>>> Could you be more specific? What in particular does not
>>              work?
>>>>>>> It should work on that device.
>>>>>>>
>>>>>>> -- Eskil
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>> _______________________________________________
>> Android-development mailing list Android-development at qt-project.org
>> http://lists.qt-project.org/mailman/listinfo/android-development
>> Black screen and die for qt5.0.0-beta1 and with qt5.1.0 not start.
>>>>>> I tested with qt 5.0.0-beta1 and qt5.1.0 from git.
>>>>>> With ndk-r8d for qt5.1.0.0-beta and ndk-r8 for qt5.0.0-beta1.
>>>>>> Today I will try using ndk and sdk from necessitas sdk.
>>>>>>
>>>>> Are you using the wip/android branch? Otherwise, I would not
>>          expect it to work :)
>>>>> The code has not been submitted to Qt yet, but will be released
>>          as part of Qt 5.1.0.
>>>>> Currently you can test it by using the wip/android branch in the
>>          git repository.
>>>>> -- Eskil
>>>>>
>>>>>
>>>>>
>>>>>
>>>>> _______________________________________________
>> Android-development mailing list Android-development at qt-project.org
>> http://lists.qt-project.org/mailman/listinfo/android-development
>> Now I using ndk and sdk from necessitas for building the qtbase. Then I compiled
>> an application (very simple) and I "Run" the application (of-course
>> using qt local lib) but application not start.
>>>> This command was using for building the qt5 library:
>>>>
>>>>   1147  git clone git://gitorious.org/qt/qt5.git
>>>>   1148  cd qt5/
>>>>   1149  ls
>>>>   1150  perl init-repository
>>>>   1151  cd qtbase/
>>>>   1152  ls
>>>>   1153  git branch
>>>>   1154  git checkout wip/android
>>>>   1155  git branch
>>>>   1156  ./configure -opengl es2 -no-qpa-platform-guard -xplatform
>>        android-g++ -android-ndk /home/florin/necessitas/android-ndk
>>        -android-sdk /home/florin/necessitas/android-sdk
>>>>   1157  make -j9
>>>>   1158  sudo make install
>>>>
>>> _______________________________________________
>>> Android-development mailing list
>>> Android-development at qt-project.org
>>> http://lists.qt-project.org/mailman/listinfo/android-development
>>>
>>>
>>>
>> _______________________________________________
>> Android-development mailing list
>> Android-development at qt-project.org
>> http://lists.qt-project.org/mailman/listinfo/android-development
>>




More information about the Android-development mailing list