Saturday 31 August 2013

Where I can know more detail info about how Android build apps

Where I can know more detail info about how Android build apps

Recently I found that when I create a release build, sometimes a function
will be "inlined", which means that the function disappears, and all the
code in that function are put in the same place, just like the inline
function in C++.
So I want to know more detail info about how an apk is generated, such as
what kind of function will be considered as inline, whether no function
will be inlined in debug build, how to change the build option in
build.xml, etc.
Thanks a lot.

No comments:

Post a Comment