Re: [android-developers] Re: Dynamically loading a .jar file at Runtime

2017-09-05 Thread 'Carmel Noe' via Android Developers
On Tue, 9/5/17, Larry D wrote: Subject: Re: [android-developers] Re: Dynamically loading a .jar file at Runtime To: "Android Developers" Cc: hack...@android.com Date: Tuesday, September 5, 2017, 10:54 PM Always the idiot who

Re: [android-developers] Re: Dynamically loading a .jar file at Runtime

2017-09-05 Thread Larry D
Always the idiot who will not usefully reply to the question but instead offer unsolicited and related bull under false pretenses. Where are the moderators to block those imbeciles instead of moralizing and bullying the good people providing adequate support? On Thursday, March 19, 2009 at 4:03

Re: [android-developers] Re: Dynamically loading a jar file at runtime

2012-06-11 Thread Kristopher Micinski
On Tue, Jun 12, 2012 at 1:41 AM, Chris Stratton wrote: > On Jun 11, 2:30 pm, TreKing wrote: >> On Mon, Jun 11, 2012 at 2:11 AM, Reddy wrote: >> > I have a requirement that i need to download a jar file dynamically at >> > runtime and use a function present in the jar. >> >> I would expect that t

Re: [android-developers] Re: Dynamically loading a .jar file at Runtime

2010-03-23 Thread Dianne Hackborn
/data/app-private is not your directory, and not for applications to touch. Please read the SDK documentation on files and storage. On Thu, Mar 19, 2009 at 3:04 AM, Asif k wrote: > > Yes I can push file to /data/app-private/ directory using DDMS but not > programmatically. > > But I want to ca