Cannot build debug or release

Hello,

I am getting the following error:

package com.getcapacitor.android does not exist

My project did build fine but after trying to build release, I can no longer build either.

I can see import com.getcapacitor.android.BuildConfig, this is throwing an error.

Further errors, which I believe are related.

error: cannot find symbol if (BuildConfig.DEBUG) {

Any ideas??

Turns out I was editing the wrong AndroidManifest.xml. All resolved.