Software Archive
Read-only legacy content
17061 Discussions

Error: Plugin "com.intel.xdk.device" (1.0.7) failed to install.

Alexander_F_
Novice
1,752 Views

After added a third party plugin barcodescan,
When I try to build my app for Cordova Android I get this message 

Error: Plugin "com.intel.xdk.device" (1.0.7) failed to install.

 

 

0 Kudos
12 Replies
Swati_S_Intel1
Employee
1,752 Views

There is a bug with plugin selection and using emulator after that, which is being fixed. If you did that then it excludes the plugin. Please start a fresh project and check the xdk.device plugin and go to build tab without using emulator. 

0 Kudos
Nick_F_2
New Contributor III
1,752 Views

Also having issues with xdk.device.

Manually added <intelxdk:plugin intelxdk:name="Device" intelxdk:value="intel.xdk.device"/>    to config.(os).xml files and went straight to build (No emulation) and the build did not load the Plugin. Plugin is selected at project level but that also does not add the library.

When I check the config.(os).xml files the plugin entry has been removed.

Got a large project here and cannot complete until this is fixed very frustrating.

 

0 Kudos
Alexander_F_
Novice
1,752 Views

Go to Project Settings, unchecked and checked again Device on Intel XD Plugins then Push Your project, check the XML files to see is the plugin is included and then Build your app.

They said that is a bug in the Intel XDK and are working on it.

:)

0 Kudos
Nick_F_2
New Contributor III
1,752 Views

Already tried that, it makes no difference. None of the XDK plugins (Not Cordova) get added to the XML files or copied to the Plugins folder when selected. This also applies to some of the Featured Cordova plugins but not the Standard Cordova plugins they seem OK.

0 Kudos
John_H_Intel2
Employee
1,752 Views

Can you create a new project, copy your files over, then setup the plugins/build settings/ect. Do not use the select all checkbox when selecting plugins.

0 Kudos
Nick_F_2
New Contributor III
1,752 Views

Hi John

No made no difference, created new project, copied over the WWW folder nothing else, interestingly the XDK Device and Cordova Plugins were already selected so deselected and reselected the XDK Device plugin, but process did not create the plugin folder. Only clicking the Cordova Plugins created the Plugins folder.

0 Kudos
John_H_Intel2
Employee
1,752 Views

The plugin folder being created when you check plugins is  BUG. It should not create the folder.

0 Kudos
Swati_S_Intel1
Employee
1,752 Views

Hello Nick,

There are couple of bugs with plugins selection for which the fix is going to be available soon - 1) using emulator after checking the plugins you want to use and - this excludes the plugins you selected,  2) selcting all plugins - this makes local copies of the plugins

I believe you are having issue with using device plugin. I suggest you do the following:

1. Create a new project

2. select intel xdk device plugin (plus others per your app requirement)

3. Go directly to the build tab and build your app

This will ensure that your selected plugins are included in the config file.

I hope this helps.

Swati 

0 Kudos
Nick_F_2
New Contributor III
1,752 Views

Hi John

Not working, ignoring the fact that the Plugin Folder is a BUG (Wasn't aware of that), Not even creating the Config.(OS).XML files.

0 Kudos
John_H_Intel2
Employee
1,752 Views

The config files should be 1 directory above you index.html file.

Try creating a new project and see if that helps. Also, we release build 1912 yesterday which fixes the plugin issue.

0 Kudos
Alexander_F_
Novice
1,752 Views

Yes as you can see here the config files are in the root and the index.html is in www folder

http://prntscr.com/6u0z8i

By the way, yesterday I updated to the version 1912 too.

Thank you.

0 Kudos
Alexander_F_
Novice
1,752 Views

Hi John still getting the Phonegap Splash Screen before the current I set in
Project Settings, this happens on IOS Adhoc Application

0 Kudos
Reply