Skip to content

Building Maestro Issues and Fix

Zack Walton edited this page Mar 21, 2017 · 2 revisions

If you run into any errors about the project not being an Android, IOS, or Browser project then just run a few simple commands and it should be fixed.

 ionic platform rm android
 ionic platform add android

 ionic platform rm ios
 ionic platform add ios

 ionic platform rm browser
 ionic platform add browser

This will also fix the error where AndroidManifest.xml does not exist.

Clone this wiki locally