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

Lopes Yoann Yoann.Lopes at digia.com
Fri May 9 18:01:50 CEST 2014


On May 9, 2014, at 5:38 PM, Steve Schilz wrote:

> 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.

Only the video related features require Android 3.0. Playing an audio file with a MediaPlayer on Android 2.3 should work fine, as well as using low-latency audio classes (QAudioInput, QAudioOutput, QSoundEffect).

--
Yoann


More information about the Android-development mailing list