Software Archive
Read-only legacy content
17061 Discussions

Could not retrive plugin on Windows 10 (iOS and Android has no problem)

Soluna
Beginner
311 Views

Hi

Can anyone tell me why a plugin cannot be retrieved when building for Windows 10 UAP?

The build works ok ´for Android and iOS, but not Windows 10 :-(

The plugin was added to the project via intelxdk.config.additions.xml like this:

<intelxdk:plugin intelxdk:name="https://github.com/cranberrygame/cordova-plugin-ad-admob"
intelxdk:value="https://github.com/cranberrygame/cordova-plugin-ad-admob" />

 


 

 

 

 

 

0 Kudos
2 Replies
PaulF_IntelCorp
Employee
311 Views

That plugin has no support for the Windows platform. You can see which platform are supported by inspect the plugin's plugin.xml file > https://github.com/cranberrygame/cordova-plugin-ad-admob/blob/master/plugin.xml < and searching for the <platform name=""> tags. This one supports android, ios and wp8 (wp8 = Windows Phone 8.0). It would need to include "windows" or "windows8" to work with the Windows platform.

0 Kudos
Soluna
Beginner
311 Views

Ok. Thanks Paul for quick answer..

0 Kudos
Reply