Capacitor official plugins not found android

On the most recent version of capacitor (v5.0.5) and ionic 7, all the official capacitor plugins (i.e Capacitor Plugins | Capacitor Documentation, implementations that are static and don’t need to be injected in the app.module.ts file. See screenshot:

I’ve went through everything in Troubleshooting Android Issues | Capacitor Documentation, and even added/removed android again, and made sure to follow all steps in Updating to 5.0 | Capacitor Documentation, but yet I still can’t seem to get these plugins to work on android. The plugins are in my package.json, and I’ve ran npx cap sync android. Does anyone have any ideas of what I have missed?