add the below line in your app's Android.mk file
LOCAL_MODULE_TAGS:= sample
then execute command
lunch sdk-user
then build and run, the app will be installed in /data/apps.
hope this helps.
// Thote Gowda
On May 14, 7:32 am, dan raaka <
danra...@gmail.com> wrote:
> with this - what i found was that apk will appear in the userdata.img,
> however the apps don't appear in the homescreen app listing.
>
> -Dan
>
> On Thu, May 13, 2010 at 6:04 PM, Armando Ceniceros <
cenicero...@gmail.com>wrote:
>
>
>
>
>
> > Have you tried PRODUCT_COPY_FILES to /data target?
>
> > -----Original Message-----
> > From: Dan Raaka <
danra...@gmail.com>
> > Sent: May 13, 2010 6:54 PM
> > To: android-platform <
android-...@googlegroups.com>
> > Subject: pre-installing apps under /data/app
>
> > Currently with no additional work, non-default apps (like new apks)
> > will end up in /system/app after the building process. What needs to
> > be done in order to make sure the apks are pre-installed under /data/
> > app
>
> > -Dan
>
> > --
> > You received this message because you are subscribed to the Google
> > Groups "android-platform" group.
> > To post to this group, send email to
android-...@googlegroups.com.
> > To unsubscribe from this group, send email to
> >
android-platfo...@googlegroups.com<android-platform%2Bunsubscrib
e...@googlegroups.com>
> > .
> >
android-platfo...@googlegroups.com<android-platform%2Bunsubscrib
e...@googlegroups.com>
> > .
> For more options, visit this group athttp://
groups.google.com/group/android-platform?hl=en.