I created a phonegap app but when I run phonegap build android
it seems everything works fine.
phonegap build android
[phonegap] executing 'cordova build android' ...
[phonegap] completed 'cordova build android --no-telemetry'
But when I check the platforms/android/build folder to install the apk, there is a weird folder called android-profile
and thats all. Theres no outputs/apk folders. All the other commands work fine like phonegap platform add, phonegap serve, phonegap platform rm.
I can run phonegap build android
in any folder and I will get the same output. It doen't even check if the folder is a phonegap base app.
Thank you!
I realized that somehow I didn't have cordova installed O_O
After the installation and coedova build android
it shows me the correct path of the apk
platforms\android\app\build\outputs\apk\debug
It probably changed because of the new phonegap version. Im glad I finally fix it. Thank you!