Hi guys, Glad you're engaging with this video so much! However, if you want an answer to a specific Construct 2 question, you might be better off asking in our forums www.scirra.com/forum/ John does answer questions where he can, which is great, but we don't have the capacity to answer most 'How to' queries here! We also have a bunch of written tutorials on our site, as well as the trusty Construct 2 manual! Hopefully this will help you, and get your questions answered sooner!
What's the best set up for Layout for mobile? Landscape, and Portrait? Scale Outer, Scale Inner what's the best way to get a good full-screen resolution on a mobile device? Can you walk us through the setup?
i did like u said and i got this "The Intel XDK requires that all application source files include an index.html file and reside in a folder located at the root of your project folder. Please create a new folder (typically named www) inside your project root folder and move your project sources to that new folder. Click “Continue” after you have relocated your source files to this new “source directory.” See Understanding Project Files and the Source Directory for additional information." so what do that mean
create a folder in which you wish to put your project using the file system. in that folder add another folder called www and that is where you will copy your project files of which one of them should be an index.html file. Now you can open up intel xdk and import that project
when makking a project during developement do we have code the controls for mobile if we are doing desktop and mobile conpatable or does C2 auto do this for us like left mouse click = touch/tap or should we make extra controls
+J Monkey The TOUCH plugin will read mouse left clicks. So if your game/app only uses the left mouse click, but you want to also support touch screens.. just use the touch plug-in. The Touch plug-in will register the mouse click as a touch.. and it also can determine the differences in tapping, touching, double tapping, etc.
Facing this error (please make sure your project ID , description and version set in Project Properties before Exporting for Cordova !) ? help me what should i do for this
Make sure that under your properties, About section that all of the relevant information is filled in - specifically ID, description and version as you've mentioned. If this doesn't help, try asking around in our forums - scirra.com/forum/ Perhaps someone in our community has had a similar problem. Alternatively, if you still can't solve your issue, you could get in touch with our support.
With the Intel XDK being discontinued, would you please be able to do a similar run through video using the Intel System Studio, Arduino Create or something similar. Still using Construct 2 would be helpful for me please.
So, if I want to make android games in C2, I just need C2 and Intel XDK? No need to install Android SDK like GameMaker : Studio? I'm an absolute beginner btw. Thanks for your help! ;)
Good tutorial. My Cordova Apk File game is installed on a Android samsung Tablet. but wen i click on my game apk i see a black screen. so i think it starts. i see a blackscreen and then goes back to the home screen with the message ( my game name) is stopped. So i can not run my app on my android tablet and mobile. What am i doing wrong here??
Hi Sally, Your best bet will be to look for an answer, or ask in our forums: www.scirra.com/forum/how-do-i_f147 The likelihood is someone in our community will have the answer you need! Just make sure that you include all the details, otherwise people might not know what you mean!
Nice Tutorial, this way you don't need to generate any keystore for android by using Intel SDK? do you have any tutorial about how to make Android's keystore for Construct 2?
+Makan Persia There is a nice guide on Scirra's forums that show you how to make a keystore, also how to sign your app with the keystore and align the app. I suggest using your own keystore and not the debug key that Intel XDK signs your app with if you tell it to. www.scirra.com/tutorials/861/how-to-sign-and-align-your-android-app-apk?page=2
Hi, i have build an Cordova Apk for my Android device in intel xdk. It runs good on the emulator in intel xdk. In app preview from intel xdk on my android device it also runs good. But once i build it and export it to my android tablet or phone. And when i wan't to start my cordova apk app on those devices its stops immediately and doesnt wan't to run and start my app. Can you help me please and tell me what i am doing wrong??
When I download my project I receive 2 apk files and when I install armv7 and even x86 to my android phone I receive parse error on this 2 apk can you explain why? I even check the sign on build setting but still the same.
Best thing to do would be to have a look in our forum to see if anyone has the same issue and a solution. All bug reports are handled through our forum, which you can find here: www.scirra.com/forum/
If you have any problems, try checking out our forums for help. www.scirra.com/forum/ We also have a couple of other Android export tutorials at our website you could try, this one for example: www.scirra.com/tutorials/809/how-to-export-to-android-with-crosswalk Alternatively, if you've tried these and are still experiencing problems, contact Scirra support (the email address is in our channel description.
create a folder in which you wish to put your project using the file system. in that folder add another folder called www and that is where you will copy your project files of which one of them should be an index.html file. Now you can open up intel xdk and import that project
+UXSpecialist You have to design your game around supporting multiple screen sizes, and in construct 2, before you export it, change Fullscreen In Browser to Letterbox Scale
No. If you want, I can link you to the tutorial I wrote on how to get your app uploaded to Google Play alpha and Beta. Let me know if you would like the link. But for the most part, it's just simple. Remember to increase your app version number by at least one in the Intel XDK Build settings each time you build another version of your game (updates for it).
UXSpecialist www.scirra.com/tutorials/1287/how-to-upload-and-download-an-alpha-or-beta-app-to-google-play Here ya go :D If you have any issues or problems, you can message me on the scirra forums or G+ or just respond here :D
This might help: www.scirra.com/tutorials/593/windows-phone-games-with-construct-2 If not, we'd recommend asking/checking in our forums about how other people have built and exported games for a Windows Phone: www.scirra.com/forum/how-do-i_f147
8 ปีที่แล้ว
I have free version and it wont let me can someone help me
Hi guys,
Glad you're engaging with this video so much!
However, if you want an answer to a specific Construct 2 question, you might be better off asking in our forums
www.scirra.com/forum/
John does answer questions where he can, which is great, but we don't have the capacity to answer most 'How to' queries here! We also have a bunch of written tutorials on our site, as well as the trusty Construct 2 manual!
Hopefully this will help you, and get your questions answered sooner!
Thanks John Maksym, so i can see my game listed in google play right after exporting right ?
Yes this video was indeed better than the last one.
Thank you for the more concise explanation.
Excellent! More like this, please! The step by step vids are a big help! Much appreciated! :)
on game engine in intel xdk, i cant type C2, or anyletter, there is only options there but there is no C2 on the list.
+charles bryan Chan Yes exactly... what is the right thing to do there?
Need tut. for using google play services with crosswalk please.
not work, i run in emulator intel sdk black screen
you must select cordova plugin
+Adhief Hermawan set CordovaPlugins to Yes when importing
+Adhief Hermawan Have you found a solution????
What's the best set up for Layout for mobile? Landscape, and Portrait? Scale Outer, Scale Inner what's the best way to get a good full-screen resolution on a mobile device? Can you walk us through the setup?
HI guys, redid the video to make it better. Hope U like it.
Well i have the trial version but its not allowing me to export to cordovia
i did like u said and i got this "The Intel XDK requires that all application source files include an index.html file and reside in a folder located at the root of your project folder. Please create a new folder (typically named www) inside your project root folder and move your project sources to that new folder. Click “Continue” after you have relocated your source files to this new “source directory.” See Understanding Project Files and the Source Directory for additional information." so what do that mean
Intel XDK is now totally different in 2018. It's so hard that I cannot match the instructions of this video.
hi i am still using the construct 2 but cocoon is not working right? so any latest ways to make apk?
So Cordova allows you to publish to Android and iPhone??
It doesn't work: the emulaotr can't find the "index.htm" file... And of course there it is.
Same Problem, how to solve it ?, "can't find index.html..."
Yeah I have the same index file problem
create a folder in which you wish to put your project using the file system. in that folder add another folder called www and that is where you will copy your project files of which one of them should be an index.html file. Now you can open up intel xdk and import that project
Its asking about a developer certificate. How do I do that?
Intel XDK is no longer avaible. What can I use? Where can I find it?
when makking a project during developement do we have code the controls for mobile if we are doing desktop and mobile conpatable or does C2 auto do this for us like left mouse click = touch/tap or should we make extra controls
+J Monkey The TOUCH plugin will read mouse left clicks. So if your game/app only uses the left mouse click, but you want to also support touch screens.. just use the touch plug-in. The Touch plug-in will register the mouse click as a touch.. and it also can determine the differences in tapping, touching, double tapping, etc.
Facing this error (please make sure your project ID , description and version set in Project Properties before Exporting for Cordova !) ? help me
what should i do for this
Make sure that under your properties, About section that all of the relevant information is filled in - specifically ID, description and version as you've mentioned.
If this doesn't help, try asking around in our forums - scirra.com/forum/
Perhaps someone in our community has had a similar problem.
Alternatively, if you still can't solve your issue, you could get in touch with our support.
why you choose "crosswalk for android" and not "android" .?
+Lamda Sefa it's better, its smoother, runs better, and more features then just android
With the Intel XDK being discontinued, would you please be able to do a similar run through video using the Intel System Studio, Arduino Create or something similar. Still using Construct 2 would be helpful for me please.
So, if I want to make android games in C2, I just need C2 and Intel XDK? No need to install Android SDK like GameMaker : Studio? I'm an absolute beginner btw. Thanks for your help! ;)
This might help you Yudi:
www.scirra.com/tutorials/809/how-to-export-to-android-with-crosswalk
It hopefully covers what you need!
ScirraVideos Thank you!
intel XDK is no longer available.so give us a alternate tutorial with any other software
Good tutorial. My Cordova Apk File game is installed on a Android samsung Tablet. but wen i click on my game apk i see a black screen. so i think it starts. i see a blackscreen and then goes back to the home screen with the message ( my game name) is stopped. So i can not run my app on my android tablet and mobile. What am i doing wrong here??
how to create those arrow keys?
Why i dont have crosswalk for android in build intel xdk? i really need help.
Hi Sally,
Your best bet will be to look for an answer, or ask in our forums: www.scirra.com/forum/how-do-i_f147
The likelihood is someone in our community will have the answer you need! Just make sure that you include all the details, otherwise people might not know what you mean!
Nice Tutorial, this way you don't need to generate any keystore for android by using Intel SDK? do you have any tutorial about how to make Android's keystore for Construct 2?
+Makan Persia There is a nice guide on Scirra's forums that show you how to make a keystore, also how to sign your app with the keystore and align the app. I suggest using your own keystore and not the debug key that Intel XDK signs your app with if you tell it to.
www.scirra.com/tutorials/861/how-to-sign-and-align-your-android-app-apk?page=2
Hi, i have build an Cordova Apk for my Android device in intel xdk. It runs good on the emulator in intel xdk. In app preview from intel xdk on my android device it also runs good. But once i build it and export it to my android tablet or phone. And when i wan't to start my cordova apk app on those devices its stops immediately and doesnt wan't to run and start my app. Can you help me please and tell me what i am doing wrong??
Error code 1 for command: ant with args: release,-f comment je fait ? il me manque un truc ?
How can i change the app icon?
my Construct 2 license is not working????
can i have the link to get the button for the game
hey will you be doing one that shows you how to make games for IOS/Apple devices?
btw thanks for the video :)
yes, but I don't have a ios device so I can't test it and the licence to create apps os 100 usd a year.
When I download my project I receive 2 apk files and when I install armv7 and even x86 to my android phone I receive parse error on this 2 apk can you explain why? I even check the sign on build setting but still the same.
Best thing to do would be to have a look in our forum to see if anyone has the same issue and a solution.
All bug reports are handled through our forum, which you can find here: www.scirra.com/forum/
Don't work."unsupporet project folder structure"
If you have any problems, try checking out our forums for help. www.scirra.com/forum/
We also have a couple of other Android export tutorials at our website you could try, this one for example: www.scirra.com/tutorials/809/how-to-export-to-android-with-crosswalk
Alternatively, if you've tried these and are still experiencing problems, contact Scirra support (the email address is in our channel description.
create a folder in which you wish to put your project using the file system. in that folder add another folder called www and that is where you will copy your project files of which one of them should be an index.html file. Now you can open up intel xdk and import that project
why is my game lag in my mobile
Does this WORK till Now? for Construct 2 r244?
How to change the default icon of your app?
+Jeremiah Cruickshank You can change it in Intel XDK
Can I do this in free version of construct 2
Still had the black bars???
+UXSpecialist You have to design your game around supporting multiple screen sizes, and in construct 2, before you export it, change Fullscreen In Browser to Letterbox Scale
+Andrew Langford is there anything tricky you have to do when exporting to Google Play Store?
No. If you want, I can link you to the tutorial I wrote on how to get your app uploaded to Google Play alpha and Beta. Let me know if you would like the link. But for the most part, it's just simple. Remember to increase your app version number by at least one in the Intel XDK Build settings each time you build another version of your game (updates for it).
Yes, thank you!!
UXSpecialist www.scirra.com/tutorials/1287/how-to-upload-and-download-an-alpha-or-beta-app-to-google-play Here ya go :D If you have any issues or problems, you can message me on the scirra forums or G+ or just respond here :D
what about the ugly icon ?
The title for this video doesn't match what you actually show in the video.
The original title was Construct 2 to android. The guys haven't changed it yet. Sorry.
I LOVE CONSTUCT 2!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
How to get Index XDK?!
Windows 95??????
How to export game to windows phone in construct2
This might help: www.scirra.com/tutorials/593/windows-phone-games-with-construct-2
If not, we'd recommend asking/checking in our forums about how other people have built and exported games for a Windows Phone: www.scirra.com/forum/how-do-i_f147
I have free version and it wont let me can someone help me
I can give u the full version for free :)
INTEL XDK IS DISCONTINUED SO ANY ALTERNATIVE
Not Cordovia, but CorDOVA
İd?
I like Tutorial friend..
Some animations look a little herky jerky.
can you pin the link of java and some thing site below
Great job!
minify it... minif... min... ... shrunk it :)
intel xdk not exist any more so please delete that video
Lol, Scirra using Unity remote haha, whatever I love CS2!!
I can't open it in my android phone