Hi guys,

I'm having a bit of trouble getting this to work.

If I want to put an apk file in my app what folder should I put it in.
And how do I access it?

I've tried putting it in the res/raw folder and the assets folder but
I can't seem to get it to work.

Thanks in advance.

Best Regards,
Craig

On Mar 22, 7:00 pm, Craig O Connor <craigoc...@gmail.com> wrote:
> Sorry for the delay. Only just now realised my question had been
> approved. Thanks for pointing me in the right direction. I will try
> this now.
>
> Thanks,
> Craig
>
> On Mar 15, 8:02 pm, fadden <fad...@android.com> wrote:
>
> > On Mar 12, 8:38 pm, Lance Nanek <lna...@gmail.com> wrote:
>
> > > I saw a thread with people loading APKs via DexClassLoader 
> > > here:http://stackoverflow.com/questions/1001944/android-remote-code-loading
>
> > Yes, use DexClassLoader.  Tthe app needs a place to unpack and fix up
> > the DEX data (the alternative being to hold the entire thing in
> > unshared memory).  Unless you have a rooted phone, you can't store it
> > in /data/dalvik-cache like the system does.

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

Reply via email to