Application as part of Android Built

来源:互联网 发布:java项目视频 编辑:程序博客网 时间:2024/06/06 02:04

 

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?

            

 

Answer

            
                
            
                            
                                             
              0     
                            

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