On May 29, 1:10 pm, sherry <[email protected]> wrote:
> I got "ClassNotFoundException". By peeking into the apk, I don't see
> class files but classes.dex. I would assume SystemProperties class is
> in classes.dex. Why can I load it?

You wrote this:

  dLoader.loadClass ("com.my.internal.SystemProperties");

dexdump showed this:

  Lcom/sprint/internal/SystemProperties;

Shouldn't that be "com.sprint.internal.SystemProperties" in your code?

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

Reply via email to