Hi all,
I am new to construct 2. Recently bought Construct 2 personel Lic to export to Intel XDK.
I am using the latest stable version r152.
I took a physics puzzle template and exported it to Intel XDK New.
Everthing runs very smooth until when i export into Intel XDK.
I recieve a following message:
The appmobi.js and appmobi_locale_bootstrap.js have been deprecated and also refrences to localhost:58888 are no longer required. Please replace with intelxdk.js.
SO i replaced the following code:
<script src="http://localhost:58888/_appMobi/appmobi.js"></script>
<script src="http://localhost:58888/_appMobi/xhr.js"></script>
with
<script src="intelxdk.js"></script>
still i don't see my project in the Emulator.
I Build the project for Android and i see that my game works but the resolution is totaly wrong on Samsung S3.
Any help in this matter would be very nice. Am i doing something wrong or is it a bug.
regards.