I have an older ionic project.
When i create new projects it shows up fine on the browser using ionic serve.
But when i do ionic run or ionic emulate, it installs the old first project. The new project does not get installed.
Also the logs seem to indicate it is always installing from a generic location
Built the following apk(s):
/Users/MBahl/platforms/android/build/outputs/apk/android-debug.apk Using apk: /Users/MBahl/platforms/android/build/outputs/apk/android-debug.apk Installing app on device…
Is there an active project configuration missing ?