Visual Studio 2017 Cordova compile apk

Asked

Viewed 301 times

6

I’m trying to compile an apk made with HTML5 in Visual Studio 2017 but it just 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, I did exactly the same as the tutorial indicated but the apk is not generated. Why will it be?

1 answer

-1

The compilation was made successfully. I just don’t know what kind of return an Html5 compilation is looked in the Debug folder of your project which resulted?

gave a read here or here?

From the little I read in the Cordova documentation it creates an application that is nothing more than an html that runs in your device’s browser

here has all the documentation necessary to create something in Cordova

I hope I’ve helped

Browser other questions tagged

You are not signed in. Login or sign up in order to post.