Capacitor 7 build error

Hello, I have problems with new projects. When I put ionic start, it is automatically created in angular 19, capacitor 7 and generates an error when doing a build. Also, when I put the command npx cap sync for android, I have problems compiling. I noticed that the folder structure changed in www to the previous version. Before I used angular 18, capacitor 6 and I didn’t have these problems. :sweat:

www/
β”œβ”€β”€ browser/
β”œβ”€β”€ 3rdpartylicenses.txt
└── prerendered-routes.json



That’s a problem with Ionic and angular 19, not really a Capacitor 7 problem.

You can change this in the angular.json file

2 Likes