-
Notifications
You must be signed in to change notification settings - Fork 666
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error in Multi-app Project when build android app (Current working directory is not a Cordova-based project) #3823
Comments
@evgeniyefimov Can I also see your You may be running into the same issue as ionic-team/angular-toolkit#51 |
@dwieeb sure, here is:
|
@evgeniyefimov Thank you. And this doesn't happen for regular single-app projects? |
@dwieeb Regular single-app project works fine. |
As a temporary solution:
|
@evgeniyefimov I think that should be set automatically by our cordova-build builder. I will update and provide a fix. Thanks! |
Description:
I have an issue
Current working directory is not a Cordova-based project
with ionic multi-app project, when runionic cordova build android
. I was noticed that it createswww
folder in the right place, but after Ionic hooks it disappears, even if I add this folder manually, right before ng commands. Maybe it's somehow connected.It works fine with ng commands and ionic serve. I put output commands and my configs below.
Steps to Reproduce:
Just run
ionic cordova build android
in multi-app repo.Output:
My
ionic info
:Other Information:
Project structure:
ionic.config.json
The text was updated successfully, but these errors were encountered: