I followed the following steps in order to generate a mobile app for my website using manifoldjs:
1. > npm install manifoldjs –g
2. > manifoldjs http://www.mywebsite.com
3. > cd /generated/folder
4. > manifoldjs run Android
Everything worked perfectly except for the last command manifoldjs run Android it throws the following error: Failed to run the app for Android platform am I missing something in my installation?
Thanks!