I'm trying to compile an apk made with HTML5 in Visual Studio 2017 but it simply gives this message:
1>------ Compilação iniciada: Projeto: Relatorios, Configuração: Debug Android ------
Cordova 6.3.1
------ A plataforma android já existe
------ Copiando arquivos nativos de C:\Users\Filipe\source\repos\Relatorios\Relatorios\res\native\android para C:\Users\Filipe\source\repos\Relatorios\Relatorios\platforms\android
------ Cópia dos arquivos nativos para C:\Users\Filipe\source\repos\Relatorios\Relatorios\platforms\android concluída
========== Compilar: 1 com êxito, 0 com falha, 0 atualizados, 0 ignorados ==========
I followed several tutorials on the internet including a video of TekZoom, did exactly the same as the tutorial indicated but the apk is not generated. Why?