makefile - android custom build. adding an app to the build -


i want make custom build of android editing code of android. main motive adding , removing apps build. removing app build pretty simple. deleted entry core.mk file.

but want add application build. every time make error.

make: *** no rule make target `packages/apps/myapplication/androidmanifest.xml', needed `out/target/product/generic/obj/apps/myapplication_intermediates/package.apk'.  stop. 

need following topics

  1. how write makefile application. helloworld app (for first experiment).
  2. do need add entry application anywhere else build/target/product/core.mk file.
  3. what error refers to. , solution.


Comments

Popular posts from this blog

python - TypeError: start must be a integer -

c# - DevExpress RepositoryItemComboBox BackColor property ignored -

django - Creating multiple model instances in DRF3 -