Apk export

0 favourites
  • 8 posts
  • Why construct 2 dont have export to android choice. I knew i can make apk with intel xdk,cocoon but i want to make apk directly.

    One more problem is my game running good on pc but too much lag on mobile(galaxy s4) and really low fps. I have already read and try some optimizitation and performance topics but there is no difference. Do you guys have any suggestions?

  • I like C2's awesome development system - it's really fast and direct. But, unfortunately, the Android performance is not good enough for me - even with my modest test setup levels. I'm getting 9-15 FPS on a level with one character and some blue balls.

    I'm going to move over to either Unity or Unreal. The project I'm working on now is important to me and I really want to focus on making an awesome, aesthetic game. C2 doesn't have the performance capabilities on neither my phone (Galaxy S4) or tablet that I own to even handle very little.

    Unless you're making a very pixelated game, I suggest you look at other cross-platform game editors for mobile performance.

  • Modern Android devices should be able to run most games just fine.

    With build services like PhoneGap Build or the Intel XDK, you should just be able to click a few buttons and get an APK out. I do it relatively regularly and it's not too hard, and it saves you having to configure gigabytes of SDKs and IDEs on your system to do the building yourself.

  • Before building the project in Intel XDK.

    1. Go to your build folder

    2. Edit intelxdk.config.additions.xml

    3. Remove everything what is there

    4. Paste this:

    <preference name="debuggable" value="false" />
    <intelxdk:crosswalk xwalk-command-line="--ignore-gpu-blacklist" />
    <intelxdk:crosswalk xwalk-command-line="--disable-pull-to-refresh-effect" />
    <preference name="CrosswalkAnimatable" value="false" />[/code:3u7xhx2x]
    
    Test performance again.
  • Before building the project in Intel XDK.

    1. Go to your build folder

    2. Edit intelxdk.config.additions.xml

    3. Remove everything what is there

    4. Paste this:

    <preference name="debuggable" value="false" />
    <intelxdk:crosswalk xwalk-command-line="--ignore-gpu-blacklist" />
    <intelxdk:crosswalk xwalk-command-line="--disable-pull-to-refresh-effect" />
    <preference name="CrosswalkAnimatable" value="false" />[/code:duk1uwmp]
    
    Test performance again.
    

    What happens when you ignore the GPU blacklist?

  • From what I understand Chromium has a blacklist of particular WebGL features for particular devices. This means that some WebGL features may cause potential issues sometimes.

    When you have it enabled chromium has to check against the blacklist everytime your game tries to execute some WebGL feature.

    Now if you ignore the gpu blacklist, then such features will be treated by hardware acceleration.

    But this is just how I understand it and it is still not clear for me (I may be wrong). Hard to find any detailed information how it works and what it exactly does.

  • Try Construct 3

    Develop games in your browser. Powerful, performant & highly capable.

    Try Now Construct 3 users don't see these ads
  • From what I understand Chromium has a blacklist of particular WebGL features for particular devices. This means that some WebGL features may cause potential issues sometimes.

    When you have it enabled chromium has to check against the blacklist everytime your game tries to execute some WebGL feature.

    Now if you ignore the gpu blacklist, then such features will be treated by hardware acceleration.

    But this is just how I understand it and it is still not clear for me (I may be wrong). Hard to find any detailed information how it works and what it exactly does.

    Still, thanks for the information.

  • Construct 2 does not have native exporters.

    Use Cocoon for the best performance.

    The more time goes on, the better performance will get due to stronger devices.

    Optimize and then optimize again.

Jump to:
Active Users
There are 1 visitors browsing this topic (0 users and 1 guests)