[Android-development] Supported devices

Florin Tanasă florin.tanasa at gmail.com
Tue Feb 12 20:06:00 CET 2013


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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.qt-project.org/pipermail/android-development/attachments/20130212/fffa9673/attachment.html>


More information about the Android-development mailing list