I looked all over the internet but couldn't find a satisfactory answer.
I wanted to know the exact build process that cordova
uses to build an .apk
file.
What is the internal process?
How does it deal with the plugin? Does it copy the plugin (js) or does it build the plugin .java file as well and packages into the .apk? The reason I'm also asking this question is when I do make changes to the .java plugin file , the build process doesn't build it. (Any compile error is not caught)?
Please can anybody shed a light or point to a resources that clarifies it?