If you would like to open any app from your app then you can use openURL method. You can check out this doc link and sample code
Friday, March 31, 2017
LiveView file server unavailable error.
To resolve this issue, clean the project and terminate all node instances :
Hope this helps.
- From the menu bar, select Project >Clean.... Make sure your project is selected and click OK.
- From a terminal, run "killall node"
- Rerun the project.
Hope this helps.
Wednesday, March 1, 2017
Invalid Appcelerator ID and password combination
This can happen if you have an environment variable such as NODE_ENV set to development. To check this run echo $NODE_ENV and if it returns a value then run NODE_ENV= to unset it.
- NODE_ENV=
Now try to login
- appc logout
- appc login
Hope this helps.
Subscribe to:
Posts (Atom)