DonRIF's Forum Posts

  • I think there's a problem with Crosswalk. The last two days, I was building with Phonegap & Crosswalk (way way faster than XDK) and it generated a file with double the size (+40 mb), so I think there's a problem with the latest Crosswalk.

    Scirra should really reconsider the best option to build for Android, Phonegap is the way to go, because XDK is insanely slow to build !

  • DonRIF is it really fast for android as well as iOS?

    Didn't try iOS yet!

  • Phonegap is also a great alternative if you add the Crosswalk webview on the config.xml file. A loooot faster than freakin XDK, almost broke my freakin PC because of the unexpected errors from nowhere and the slowness...

    Don't forget to disable "Mouse" touch (put it to NO) on Phonegap.

  • Hello! I present to you my newly released game on Google Play, called "Da Box"!

    It's a puzzle/platformer, a one finger/touch game style, very easy to learn but very hard to master! I hope you'll like it ! Here's the link:

    goo.gl/PFvjuO

    Enjoy it!

  • Hello everybody, check out my newly released game on Google Play, it's called "Da Box"! Here's the link: goo.gl/PFvjuO

    Don't hesitate to give me your opinion, feedback or suggestions, thank you! <img src="{SMILIES_PATH}/icon_e_smile.gif" alt=":)" title="Smile" />

  • Hello, I'm using some sound fx for my game on Android and when I happen to go out (say like receive a call or go to the menu of the phone) and come back to the game, the sound is muted permanently!

    Is there any tip on this issue? Thanks everybody!

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • I didn't have any problems with Intel XDK except that it takes too long to upload the project.

    But it works.

    Currently I'm doing the things my own way so I installed Cordova with the Crosswalk Webview plugin and the Android SDK.

    Cordova works very well from the command line and I don't need to wait for the Intel XDK loading times.

    The only problem of doing it my own way is that I need to sign the APK before even loading to my device.

    It's a bit of a hassle initially but it can be done faster after taking brain notes of all the procedures.

    Is there any difference in performance when doing it with the Android SDK? Because I tried a tool called HTML5 apk builder, it's a shrunk crosswalk webview builder and it's damn faster than Intel XDK performance wise!

  • Bump! Please can anyone check if it works or not, it gives me a headache!!

  • In the new Intel XDK update, the Browser object doesn't seem to work properly! Can anybody confirm this?

  • DonRIF

    Wouldn't deleting the file cause leaderboard to stop working? Unless there are changes to the core I am not aware of ..

    This file comes with the wrong plugin informations, put the plugins you want in the "Third-party plugins" in XDK.

  • Did anyone encounter the following error while building with Crosswalk 15?

    Error: Plugin "https://github.com/cranberrygame/cordova-plugin-game" failed to install.

    Does anyone know what's wrong?

    I have tried adding com.cranberrygame.phonegap.plugin.ad.admob as third party plugin and without it but both failed.

    Delete the intelxdk.additions.xml file in the exported folder, I think it's what causes the issue.

  • This new Intel XDK update is annoying!!! It takes AGES to upload the project! Crosswalk 15 is a bit faster than the previous one, but it now uploads the plugins directly and it takes a lot of time! Annoying!!

  • Can anybody try that tool and give us a hint how to modify some code parts to make it fullscreen and that the Cordova plugins work? I'm really pissed of Intel XDK builder, it's slow as hell, always gives errors when building and the apk is damn too big! At least for this tool, the performance is flawless and the apk is a little bit smaller.

  • DonRIF ..first thanks for mrchay.com/projects/HTML5toAPK HTML5 APK Builder info..

    did you try a browser object?

    Hmm, not yet, I'll give it a try!

    Please try the HTML5 apk Builder and give me your impressions, maybe we found the best way to export! <img src="{SMILIES_PATH}/icon_e_smile.gif" alt=":)" title="Smile" /> Gotta set all the plugins manually though...

    Edit: I tried the browser object, it doesn't work. It looks like something is lost while converting.