npx cap doctor output:
Latest Dependencies:
@capacitor/cli: 2.1.0
@capacitor/core: 2.1.0
@capacitor/android: 2.1.0
@capacitor/electron: 2.1.0
@capacitor/ios: 2.1.0
Installed Dependencies:
@capacitor/ios not installed
@capacitor/electron not installed
@capacitor/cli 2.1.0
@capacitor/core 2.1.0
@capacitor/android 2.1.0
[success] Android looking great!
The app is not loading properly and seeing these errors on Android Studio. Unable to open asset URL.

App gets stuck on nuxt.js loading screen

Should load the nuxt web app as an android application.
Repo of the web app I am trying to convert on to an android app https://github.com/azs06/ramadan-time
capactitor.config.json
{
"appId": "com.ramdantime.com",
"appName": "ramadan-time",
"bundledWebRuntime": false,
"npmClient": "npm",
"webDir": "dist",
"plugins": {
"SplashScreen": {
"launchShowDuration": 0
}
},
"cordova": {}
}
Just clone the repo,
npm install
npx cap add android
npx cap open android
On Android studio hit the play button.
npm --version output: 6.14.5
node --version output: v10.16.0
Most helpful comment
see https://github.com/ionic-team/capacitor/issues/1750#issuecomment-511785165