Command: Ionic platform add Android
Error: Unable to start the daemon process ...
Solve:
1) Add the environment variable [_JAVA_OPTIONS], the value: "-Xmx512m" (512m is the allocated memory space, it can also be 1024m, 2048m, etc.) (*self-testing)
2) Online said in the "C:\Users\[USERNAME]\.gradle" directory (new or) edit the "gradle.properties" file, add (or modify) the content: org.gradle.jvmargs=-Xmx512m (you do not have Measured)
Questions about Ionic opening external links
After upgrading to Cordova 5.0, the Android behaves as a link cannot be opened
Cordova 5.0 need to manually add whitelist plug-ins to control access to external links
Cordova Plugin Add Cordova-plugin-whitelist
You can set the whitelist.
(* For white list settings, refer to Https://www.npmjs.com/package/cordova-plugin-whitelist)
"Other References"
Phonegap+cordova+ionic Hybrid app development environment building
Get started with Ionic+angular+phonegap development app
The Pit of Cordova+ionic