Search code examples
androidframeworksandroid-source

Android Framework - how to register new package?


I'm adding a new package in android framework in /base/packages/, while compiling and building I'm getting an error that package "com.xx.xxxxxx not exist" Do I need to register this new package somewhere in framework?


Solution

  • I guess yes. Try to add your package into build/target/product/core.mk into PRODUCT_PACKAGES.