Software Archive
Read-only legacy content
17060 Discussions

Config.xml question

davide_z_
Beginner
224 Views

Hi

I have a problem with my own config.xml. I have read this post https://software.intel.com/en-us/xdk/docs/cordova-for-android-build-options and i need to modify few line of the original config.xml of android and android crosswalk. When i upload my app on google store for some device i can't find it and if i retrieve it from the web i see "your device isn't compatible with this version" so i read some topic that talk about and i can see that the problem can location on config/manifest file. So i want to declare to intel xdk that my plugin isn't required if a device can't support it. If i create my own config.xml and rewrite part of <permission> to include android:required="false" (think intelxdk:required="false") what's the right syntax?

0 Kudos
1 Reply
Elroy_A_Intel
Employee
224 Views

I recommend reviewing the article at https://software.intel.com/en-us/xdk/docs/adding-special-build-options-to-your-xdk-cordova-app-with-the-intelxdk-config-additions-xml-file. You will find the information you need for adding additional preferences for your desired mobile platforms in the additions file.

0 Kudos
Reply