Visual Studio 2017 Cordova compile apk

3

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?

    
asked by anonymous 10.11.2017 / 02:22

1 answer

0

The compilation was successful. just do not know what is the return type of an html5 compilation looked at the Debug folder of your project which resulted?

read here or here ?

By the little that I read in the documentation of the cordova he creates an application that is nothing more than an html that runs in the browser of his device

here has all the documentation needed to create something in the cordova

I hope I have helped

    
20.11.2017 / 15:55