customization - How to add a new App in an Android build? -


I have implemented a small application in Android and I want to add it to my own customized build. I included it under / packages / apps However, when I create the image, I can not get the package in my system even though this fact, while others like the camera and Other apps are present

Android The mi file is fine, but it seems that I am missing in a make file or a script where my own app compiles and copies it into the system application. > Can someone provide me a hint?

You must add the folder path to the application to any one of .mk files. I do not even remember the name of the MK file. But you can search in the source of "* .mk". Find the Core as well under the frameworks. Check MK.

Comments

Popular posts from this blog

mysql - BLOB/TEXT column 'value' used in key specification without a key length -

c# - Using Vici cool Storage with monodroid -

python - referencing a variable in another function? -