I’m currently working in a project that’s using Angular 14, my coworker installed capacitor and created the Android Studio project but it’s not running on my pc and it’s not even giving any info about the error (i aldready tried with –verbose)
PS C:myCompanyNameproject-name-FR> npx cap run android
√ Copying web assets from project-name-fr to androidappsrcmainassetspublic in 183.13ms
√ Creating capacitor.config.json in androidappsrcmainassets in 1.48ms
[info] Inlining sourcemaps
√ copy android in 697.31ms
√ Updating Android plugins in 11.67ms
√ update android in 72.37ms
[error] native-run failed with error
More details for this error may be available online:
https://github.com/ionic-team/native-run/wiki/Android-Errors
I tried adding ANDROID_HOME and JAVA_HOME to the environment variables in my pc, i already installed the Android sdk with it’s sdk manager, and also tried changing the path where the sdk is. Also Android Studio doesn’t even recognize my pc (as a virtual device)
Recognized by Mobile Development Collective