Github user audreyso commented on a diff in the pull request:
https://github.com/apache/cordova-docs/pull/689#discussion_r114163591
--- Diff: www/docs/en/dev/platform_plugin_versioning_ref/index.md ---
@@ -103,8 +115,30 @@ Suppose your config.xml file contains the following
entry:
If you run the command **'cordova platform add android'** (no
version/folder/git_url specified), the platform '[email protected]' (as retrieved
from config.xml) will be installed.
+**Example for order of precedence for restoring platforms:**
+Suppose your config.xml has this platform and version:
+```bash
+<engine name="android" spec=â1.0.0â />
+```
+Suppose your package.json has this platform and version:
+
+```bash
+"cordova": {"platforms": ["android",]},"dependencies": {"cordova-android":
"4.0.0"}
--- End diff --
kk thanks! fixed!
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]