Friends,
As part of my job I need to create apk of already existing code which send by previous employee. I installed all dependencies and plugins . But when I try to build the apk using command in my Ubuntu 16.04 Laptop
ionic cordova build android
I got output AS
BUILD SUCCESSFUL in 23m 0s
46 actionable tasks: 44 executed, 2 up-to-date
Built the following apk(s):
/home/user/Downloads/BN Code/mgov-build/platforms/android/app/build/outputs/apk/debug/app-debug.apk
But no apk generated . Please advise what it’s problem
As you suggest I removed the platform and re-add make the solution. In my case the problem is I install Platform first and then Plugins . But for working it must be in opposte i.e
Must install plugin first and then platform