-3
The coffecode/uploader
this making it clear, need to enable GD, GD is native to PHP.
If it’s PHP 5.6 install it like this:
sudo apt-get install php5.6-gd
If it’s 7.0 PHP:
sudo apt-get install php7.0-gd
If it’s 7.1 PHP:
sudo apt-get install php7.1-gd
If it’s 7.2 PHP:
sudo apt-get install php7.2-gd
If it’s 7.3 PHP:
sudo apt-get install php7.3-gd
If it’s 7.4 PHP:
sudo apt-get install php7.4-gd
And so on as they release new versions
The question has nothing to do with apache-Cordova and not with the map tag, do not use tags that have nothing to do with the problem. Do not post images when it is possible to copy the console output. Reasons: https://pt.meta.stackoverflow.com/a/7817/3635
– Guilherme Nascimento