Software Archive
Read-only legacy content
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.
17060 Discussions

I'm having issues enabling commands during build like ignore-gpu-blacklist.

Kane_H_
Beginner
839 Views

I'm building a basic fresh project using Crosswalk for Android.

Pretty much I followed the instructions and added the following 3 lines to my intelxdk.config.additions.xml
 

<intelxdk:crosswalk xwalk-command-line="--ignore-gpu-blacklist" />
<intelxdk:crosswalk xwalk-command-line="--show-fps-counter" />
<intelxdk:crosswalk xwalk-command-line="--ui-show-fps-counter" />

They show up in my other build files just fine and look correct.

Example Crosswalk config:
 

<intelxdk:crosswalk xmlns:intelxdk="http://xdk.intel.com/ns/v1" xwalk-command-line="--disable-pull-to-refresh-effect"/>
<intelxdk:crosswalk xmlns:intelxdk="http://xdk.intel.com/ns/v1" xwalk-command-line="--ignore-gpu-blacklist"/>
<intelxdk:crosswalk xmlns:intelxdk="http://xdk.intel.com/ns/v1" xwalk-command-line="--show-fps-counter"/>
<intelxdk:crosswalk xmlns:intelxdk="http://xdk.intel.com/ns/v1" xwalk-command-line="--ui-show-fps-counter"/></widget>

So I'm quite confused when I build my APK I check the assets / xwalk-command-line and only see the default line:
 

xwalk --disable-pull-to-refresh-effect

Am I doing something wrong? My goal is to try to build an app that will use webgl rather then canvas. It's a web based game using html5/js. The game and such works fine but canvas is much too slow. 

0 Kudos
1 Reply
PaulF_IntelCorp
Employee
839 Views

This is a known issue with the Crosswalk 15 + CLI 5 build system. A fix has not yet been deployed.

0 Kudos
Reply