[Android-development] Regarding Qt5.3 RC1 (Kirill Bukaev)

Steve Schilz sschilz at pasco.com
Fri May 9 17:38:52 CEST 2014


On Friday, 9 May Kirill Bukaev wrote:
>>
>>  2) Does QML MediaPlayer supports lowest versions of Android (like
2.3.5)? I use it for playing audio/
>>

The "Building Qt 5 For Android" page
(http://qt-project.org/wiki/Qt5ForAndroidBuilding) specifies that
QtMultimedia needs android API level 11.
Comparing that with http://en.wikipedia.org/wiki/Android_version_history
, which says that Android API level 11 came out with android 3.0
Honeycomb,
Together, this indicates that the earliest version officially supported
is Android 3.0. Honeycomb

I suspect that depending on what classes you use things may or may not
work on earlier versions.

Steve Schilz




More information about the Android-development mailing list