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
modify it. But I don't know which makefile I have to modify.

On 4月28日, 下午9時14分, "heyunh...@gmail.com" <heyunh...@gmail.com> wrote:
> 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

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Beginners" group.
To post to this group, send email to android-beginners@googlegroups.com
To unsubscribe from this group, send email to
android-beginners-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to