While I've been using Phonegap CLI to develop my android apps and everything has been working well, I encountered an issue when trying to create the final .apk file.
I have all the necessary tools - SDK, JDK, Java, and environment variables configured properly.
Even after generating my .keystore and running phonegap build --release
without any errors, I realized that there is no 'bin' folder or .apk file in the directory.
Despite reading through various documents and Stackoverflow questions, I haven't been able to resolve this problem.
Do you think it's time for me to consider switching to Cordova CLI instead?