Gidiyo
Gidiyo

Reputation: 511

Application as part of Android Built

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?

Upvotes: 0

Views: 125

Answers (1)

Joe Ho
Joe Ho

Reputation: 928

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

Upvotes: 1

Related Questions