Software Archive
Read-only legacy content
17061 Discussions

Error Plugin "Device" failed to install

Alexander_F_
Novice
4,024 Views

We are back to the past.. recently I update my Intel XDK to the new version OSX 2548, because the client request some changes to the application, the application is already in Production but now when I try to perform some changes I get the same error that I had before

Can't find variable: intel

Then I uninstall all the plugins and Install again by the new method in this version and now I get the error attached.

Please I need help ASAP with this issue because the application is already in Production and I need only perform some changes to the design and not to the functionality.

0 Kudos
13 Replies
John_H_Intel2
Employee
4,024 Views

We pushed some changes to production yesterday that may have been pushed while you were trying to build which is why this might have happened.

I see you were able to build your app a few times last night, so I am going to guess that you got this built?

0 Kudos
Alexander_F_
Novice
4,024 Views

The problem is with the intel component, every time that I invoke intelxdk I get the message

Can't find variable: intel

0 Kudos
Alexander_F_
Novice
4,024 Views

Now the OTA install link do not respond.... please let me know what is the problem now?

0 Kudos
Alexander_F_
Novice
4,024 Views

Another error

http://prntscr.com/8rclvp

 

0 Kudos
John_H_Intel2
Employee
4,024 Views

Based on your previous image, it appears the intel.xdk.device plugin is being included. How are you including it? Using the plugin interface or the additions file? If its the additions file, remove it from there and use the plugin interface to add it.

What other plugins are you including?
Any 3rd party that could be causing a linking issue?

When I include them, it looks like this in the build log:

  • Plugin "org.apache.cordova.device" (0.2.13) installed.
  • Plugin "intel.xdk.device" (1.2.5) installed.
0 Kudos
Alexander_F_
Novice
4,024 Views

Well I uninstalled all the plugins and installed again and the problem with intelxdk was fixed,

but now I get an error with others plugin installed like is shown in the attached image.

0 Kudos
Alexander_F_
Novice
4,024 Views

Another error, is impossible something is wrong when try to build the app for IOS and Android with the core plugins,and I do not understand exactly what is happens, please help ASAP, see attached.

0 Kudos
John_H_Intel2
Employee
4,024 Views

From what I can see in the logs, you ARE including plugins via the additions file.

Please remove any entry you have in the additions file, then add the plugins you wish to use via the GUI in the XDK.

0 Kudos
Alexander_F_
Novice
4,024 Views

Hi John, thank you by your answer but let me tell you that I never include plugins manually, because as you can see in the image all the plugins are included by your GUI and my additions file only contain this.

<access origin="tel:*" launch-external="yes"/>
<access origin="geo:*" launch-external="yes"/>
<access origin="mailto:*" launch-external="yes"/>
<access origin="sms:*" launch-external="yes"/>
<access origin="market:*" launch-external="yes"/>
<access origin="skype:*" launch-external="yes"/>

 

0 Kudos
John_H_Intel2
Employee
4,024 Views

What other plugins are you including?

Can you try creating a new app, adding your plugins, and copying your code over and see if you can build?

0 Kudos
Alexander_F_
Novice
4,024 Views

I will try creating a new app but then I have to add all the screen and logo again is correct?

See attached to know what plugins I need

0 Kudos
Alexander_F_
Novice
4,024 Views

Okay I created a new project and already get the same error, if you want I can send you my project in Zip file and may be you can help me with this issue, because is the only thing that I need to finish this fase of the project, see attached. 

0 Kudos
PaulF_IntelCorp
Employee
4,024 Views

Does you app build if you remove the intel.xdk.device plugin?

0 Kudos
Reply