Software Archive
Read-only legacy content
17061 Discussions

Intel XDK Hotfix release 2727

Swati_S_Intel1
Employee
2,392 Views

Hello Intel XDK Developers:

Today we released a hot-fix for the Intel XDK; the new version number is 2727. This hot-fix only applies to the mainstream Intel XDK release and does not apply to the Intel XDK IoT Edition or Intel XDK Early Access releases.

In this release we addressed few issues:

  • Fixed an issue introduced in Intel XDK version 2673 App Designer where App Framework 3 widgets were being inserted into App Framework 2 projects.
  • Corrected an issue in App Designer where Ionic* Icon List Item was not showing an icon.
  • Corrected an issue where updating the ionic keyboard plugin using the plugin manager would sometimes cause a crash of the Intel XDK.

For details about this release please visit the release notes page.

-Intel XDK team

0 Kudos
14 Replies
Guseinov__Rizvan
Beginner
2,392 Views

Hi all!

Sorry for my English (translated with Google Translate)

Now I have 2 problems in version 2727:
1) I can not create a new project (attached screenshots)
To work with the new project, it is necessary to replace the files in projects created prior to version 2727.
2) Application Windows Phone 8.1 breaks down immediately after the splash screen (in real device).
Before that I tried in the <head> tag to connect script
<script src = "winstore-jscompat.js" type = "text / javascript"> </ script>
earlier than other scripts (winstore-jscompat.js he was in the same folder as Index.html), but it did not help.
 APPX created on earlier versions IntelXDK also broke immediately after the splash screen.

I did everything as written here:
Publishing Windows 8 and Win Phone 8.1 Apps
As the project used the App Framework, which I downloaded from the official website of Intel and placed in the folder www.
The page Index.html in the <head> tag, I inserted the line:
<script src = "cordova.js" type = "text / javascript"> </ script>
Plug-ins are not used. App Framework only works in App Preview and only XAP (legacy build).

What am I doing wrong ?

0 Kudos
Guseinov__Rizvan
Beginner
2,392 Views

Tomorrow I'll try to make the application Win Phone 8.1 - "Hello World!". If it is too broke after splashscreen, for me it will be a catastrophe ...

0 Kudos
Swati_S_Intel1
Employee
2,392 Views

For #1) there is a known bug when you have upgraded the XDK and you try to create a project the first time after the upgrade, the project creation fails. The workaround is to close the XDK and restart, you should be able to create the project after that.

For #2) which version of App Framework are you using. Please try one of the demo apps and see if it works on your Windows phone.

 

0 Kudos
Guseinov__Rizvan
Beginner
2,392 Views

Hi Swati

1) I have not been able to create a project method New Project -> Samples and Demos -> General -> HTML5 + Cordova -> Blank Cordova Starter App -> Continue
Reboot does not help. (OS Windows8.1)

2) I was able to create a project method New Project -> Samples and Demos -> General -> HTML5 -> App Framework Sample -> Continue
The index.html was already a line:
<script src = "cordova.js" id = "xdkJScordova _"> </ script>
I created WinPhone8.1 application, but it also broke down immediately after the splash screen (in real device)
Then I chose the Upgrade (see Project Info) and then built the application, but it also broke down immediately after the splash screen.

Before that APPX successfully passed the test in the Windows App Certification Kit 10.0

Previously, I tried to use the most recent App Framework downloaded from here:
https://app-framework-software.intel.com/index.php
I do not know what his version))

Today, I try to make the application "Hello World!" (without frameworks) and write here about the results.

0 Kudos
Guseinov__Rizvan
Beginner
2,392 Views

"Hello World!" - is working in real device (Microsoft Lumia 535)      ! ! ! ! ! !    ))))))

I deleted all of the scripts from the index.html (in App Framework project) and <head> tag has left only:
<script src = "cordova.js" id = "xdkJScordova _"> </ script>
Perhaps indeed a problem in the security policy in the Windows8.1, which does not allow you to dynamically create content (learned this in some sites, but could not find a working solution to the problem).

0 Kudos
Guseinov__Rizvan
Beginner
2,392 Views

When I used the App Framework3 - I mistakenly put the line:
<script src = "winstore-js compat.js" type = "text / javascript"> </ script>
below the line:
<script src = "cordova.js" id = "xdkJScordova _"> </ script>

Then I did something like this:
<script src = "winstore-jscompat.js" type = "text / javascript"> </ script>
<script src = "cordova.js" id = "xdkJScordova _"> </ script>

Then build APPX and it worked in a real device, but it turns APPX work only when I use App Framework 3 built-in Intel XDK.

0 Kudos
Samuel_G_2
Beginner
2,392 Views

When using 2727 with and without the hotfix... I do not get the automated email upon successful compilation of the app...the first time I compile after making changes.

If I just recompile, then the email is sent...

 

V2727 on OSX

--Sam

0 Kudos
PaulF_IntelCorp
Employee
2,392 Views

Not seeing the automated email is a known issue. One of our backend engineers just figured out, yesterday, what was causing the problem. A fix was implemented late yesterday. This problem should now be resolved.
 

0 Kudos
Emeka_A_
Beginner
2,392 Views

- Ionic* Icon List Item is still not showing. No icon displays. Very annoying

- Intel XDK crashes when the color selector/ picker is closed.

-When dragging controls to the app designer it freezes sometimes, its random doesn't occur all the time but its annoying

-Intel XDK randomly closes when put in fullscreen mode on macbook pro

These are the few issues i personally noted on this build 2727

0 Kudos
PaulF_IntelCorp
Employee
2,392 Views

@Emeka -- thanks for the list, some of these are known and are being worked on. I'll forward to the appropriate engineers.

0 Kudos
Sergey_Tarasyuk
Beginner
2,392 Views

I can't build my Construct 2 game using 2727 on Windows 10.

When I try to reopen Intel XDK I see this:

0 Kudos
Swati_S_Intel1
Employee
2,392 Views

First make sure you are connected to the internet and logged into XDK. 

Also, for the plugin, it looks like you haven't added the device plugin successfully. Please try to add the plugin through plugin manager (if it already shows as added, remove it and then add again). It's possible that due to poor internet connection the plugin did not get added properly. 

0 Kudos
PaulF_IntelCorp
Employee
2,392 Views

Also, if you are using a Construct2 project, remove any plugins that are being added via the intelxdk.config.additions.xml file in the root of your project directory and add them back using the plugin manager, as Swati indicated above.

0 Kudos
Sergey_Tarasyuk
Beginner
2,392 Views

I removed all added plugins and checked the intelxdk.config.additions.xml file. Then I tried to add device plugin manually but I could not do this.

But when I copy plugins folder from my previous project to the root of my current project directory I can build project successfully.


0 Kudos
Reply