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