Android Plugin Project doesn't have any intellisense in Android Studio

I’m not an Android developer, so I have almost zero experience with Android Studio, so please bear with me.

I’m trying to make a simple plugin that returns Android data to my Capacitor app, literally just running a function and returning its output.

I created a plugin by following the get started guide in the docs, I now have the template project.

I’ve opened it in Android Studio but for some reason it’s not giving me ANY intellisense at all. It’s not telling me things that need to be imported, errors, nothing.

Are there any extra steps I need to do to get this to work? There’s no way I’m going to be able to get any of this working without intellisense :cry:

Make sure you open the android folder (or use npx cap open android) in order for the Android intellisense to kick in