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.
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.
連結已複製
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.
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.
