views:

36

answers:

1

Hi,

I had built a application using the Android SDK. Now I would like to package this application as part of the Android build. So that when I port Android into my device, it will appear in the Application menu.

I tried, copying the apk file into the package folder, and include it in the make file. Doesn't work.

How should I do it?

A: 

if you have android source tree, you can put your project under packages/apps. And modify ./build/target/product/generic.mk.

XC