Software Archive
Read-only legacy content
17061 Discussions

Platform Cordova Android 6

Matthew_T_
Beginner
277 Views

I have the following issue related to cordova-android, which I posted on Github:

Execution failed for task ':processArmv7ReleaseResources' #172
https://github.com/dpa99c/cordova-diagnostic-plugin/issues/172#issuecomment-274320324

One of the plugins I am using is "cordova.plugins.diagnostic 3.3.3" which caused a build error using Intel XDK (Build 3759) and the developer has said that I need to use the platform cordova-android 6, but Intel XDK is currently using platform cordova-android 5.1.1 and this is the problem.

If you could advise me on how to use platform cordova-android 6 so I can access the API-24 that would be appreciated.

Thank you.

0 Kudos
1 Solution
PaulF_IntelCorp
Employee
277 Views

Our build system does not include a version of Cordova that support cordova-android@6.x, so that means you cannot use that plugin with our build system. You need to either build the app using PhoneGap Build or using Cordova CLI, locally. See this forum post > https://software.intel.com/en-us/forums/intel-xdk/topic/685326#comment-1885369 < for help converting your project to a CLI project and this script > https://github.com/xmnboy/xdk-to-cli < for help creating a config.xml file.

View solution in original post

0 Kudos
2 Replies
PaulF_IntelCorp
Employee
278 Views

Our build system does not include a version of Cordova that support cordova-android@6.x, so that means you cannot use that plugin with our build system. You need to either build the app using PhoneGap Build or using Cordova CLI, locally. See this forum post > https://software.intel.com/en-us/forums/intel-xdk/topic/685326#comment-1885369 < for help converting your project to a CLI project and this script > https://github.com/xmnboy/xdk-to-cli < for help creating a config.xml file.

0 Kudos
Matthew_T_
Beginner
277 Views

Thank you for your promot reply.

I have now converted my application across to "Adobe PhoneGap Build" and this allowed me to use phonegap-version cli-6.4.0 as shown here:

https://build.phonegap.com/current-support

After being able to upgrade to cli-6.4.0 the problem was resolved.

0 Kudos
Reply