Skip to content
Advertisement

Tag: cordova

Cordova can’t find $ANDROID_HOME

I found a lot of solutions but they didn’t help me. I defined variables in /home/username/.zshrc And variables were defined because: Also command below works fine: I try to build a project Answer In tried many files with env variable for my linux In manjaro linux it needs to write env variables only in file: /etc/environment So cordova works well

How to run Ionic serve permanently?

I am using Ionic framework for one application. The code is on a linux server. I am running the application using ionic serve command through putty. But, the problem is if I close the putty the application is stopped. Is there any way to run the ionic serve permanently as a daemon process? Answer I’m suspecting you’re trying to do

Advertisement