facebook

How can I specify hardware-acceleration in android build?

  1. MobiOne Archive
  2.  > 
  3. Getting Help – General
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #349979 Reply

    errolo
    Member

    Mobione version: 2.6.2 (20140319);
    Windows 7

    Hi,

    I’m using the Youtube iframe embedded video API to show videos in my app. The issue is that on Android phones, using the android build, when playback isn’t in fullscreen there is audio, but no video, just a black screen. Fullscreen plays back fine. The solution to this issue is as stated below:

    To enable hardware acceleration, add the tool-api-level and manifest elements shown below inside the android element in your tiapp.xml file like:

    <android xmlns:android=”http://schemas.android.com/apk/res/android”&gt; <tool-api-level>11</tool-api-level> <manifest> <application android:hardwareAccelerated=”true”/> </manifest> </android>

    Question is – how do I do this in Mobione as the build takes place in the cloud?

    Thank you,

    Errol

    #350117 Reply

    Hi errolo,

    At this time there is not a mechanism for adding these customizations. We will offer this capability in an upcoming version of our myeclipse ide mobile tools. Mobione users will have free access to myeclipse when it is available. Learn more about it in this ANN: https://www.genuitec.com/support-genuitec/viewtopic.php?f=2&t=7309

Viewing 2 posts - 1 through 2 (of 2 total)
Reply To: How can I specify hardware-acceleration in android build?

You must be logged in to post in the forum log in