Software Archive
Read-only legacy content
Announcements
FPGA community forums and blogs have moved to the Altera Community. Existing Intel Community members can sign in with their current credentials.
17060 Discussions

phonegap-plugin-push failing build

Mike_C_4
New Contributor I
566 Views

Hello,

I have been using version 1.2.3 version  with no issues, however I need a new feature that only available in version 1.4. When I update to 1.4 I now getting a build failed errors?

 however 1.2.3 compile just fine any help would be great.

Version 

XDK:2611

CLI : 5.1.1

Plugin version: 1.4 plugin link

0 Kudos
3 Replies
John_H_Intel2
Employee
566 Views

Not all plugin versions are going to be compatible with the build system and other plugins. The plugin link that you provided shows that the author made changes this week. I am guessing that is what is causing it to fail with the newest version.

0 Kudos
PaulF_IntelCorp
Employee
566 Views

Version 1.2.3 is the latest version that will work with our build system. The problem is these two lines in the plugin.xml file:

<framework src="com.android.support:support-v13:23+" />
<framework src="com.google.android.gms:play-services-gcm:+" />

See this post for details: https://software.intel.com/en-us/forums/intel-xdk/topic/595059

0 Kudos
Mike_C_4
New Contributor I
566 Views

Hi Paul,

Yes I remember this now thanks for the link. The developer had a special version to get around this let me contact him and see if he will be willing to give me a modified version

Thanks again.

 

0 Kudos
Reply