I'm attempting to build a cordova app to release to android devices but receiving the following error message:
"Error: No Java files found that extend CordovaActivity"
It appears that the source of the error is that build folder that is to contain the source files is not being built. That is, the files that are to be created in the folder "src" isn't generated during the build and so the following warning is returned during each build:
ls: no such file or directory: ...\platforms\android\src\io\cordova\myappedc27c*.java
That is, the directory path "..\io\cordova\myappedc27c" is not being created.
Currently running Visual Studio 2017 version 15.7 on Windows 7 Pro.
Any help is appreciated.