[android-beginners] Re: How to add my application to the build process?

2009-04-28 Thread heyunh...@gmail.com
u maybe use adb tool. ex. #adb install ur-application.apk if u want to remove it,u can use #adb shell rm ur-application local path+appliction-name.apk On Apr 24, 10:44 am, Chih-Wei cwhu...@linux.org.tw wrote: Hi, I'd like to know is it possible to add my application to the build process? I

[android-beginners] Re: How to add my application to the build process?

2009-04-28 Thread Chih-Wei
Thank you for the reply. Yes, I know how to use adb to install an application by hand. But I'm asking how to add an application to the build process. I'd like to create a customized image containing my application. Is that possible? I think I can copy the directory of an existing application and