[android-developers] Re: can not find a file in dynamically loaded jar

2009-05-29 Thread sherry
Thanks for your advice. I created an apk using the same classes and installed it using adb install to Emulator. Now I tried to use the following code to access the methods in Class SystemProperties which is part of newly installed apk. I still got "ClassNotFoundException": public void tes

[android-developers] Re: can not find a file in dynamically loaded jar

2009-05-28 Thread fadden
On May 26, 4:00 pm, sherry wrote: > I'm trying to dynamically load a jar file, then load the classes > inside the jar. The code is simple but I keep getting ClassNotFind > exception. The class is in the jar. How can I figure out what is > wrong? Two thoughts come to mind: (1) The Dalvik VM uses