apache / cordova

Apache Cordova
https://cordova.apache.org/
584 stars 61 forks source link

Cordova not building but saying it has #323

Closed LuanHimmlisch closed 2 years ago

LuanHimmlisch commented 2 years ago

Bug Report

Problem

When building an APK the output says "Built the following apk(s):" but no changes are made and when checking the file the date hasn't been modified from the previous built.

What is expected to happen?

That a new version is compiled to a new APK

What does actually happen?

No changes are reflected since Cordova didn't compiled anything but it's saying on the console it has.

Information

I have deleted the platforms and plugins directory, I have run cordova prepare and only the first build is actually built. No message error is being shown, and it's so confusing that Cordova is saying it has built something when it hasn't.

Command or Code

Environment, Platform, Device

Linux Mint 20.2 Cinnamon

Version information

Checklist

LuanHimmlisch commented 2 years ago

After deleting many times plugins, platforms, node_modules and updating my android tools and emulator it worked. Very cryptic, can't now for certain what was causing the problem nor how was it fixed :/