I'd like to ask one question:

I have two classes declared in one package.
One accesses the other.
Made a dex file contain this whole package.
When running, it reported the following error:

Class resolved by unexpected DEX: ......
......

The information said when one class access the other, the class being
accessed can not be resolved.
It is apparently the package containing these two classes is in one
dex file.
I have used dx --dex --verbose-dump --dump-to --output to show the
content of the dex file and they are in it.

So what can cause it? Anyone knows?
--~--~---------~--~----~------------~-------~--~----~
unsubscribe: [email protected]
website: http://groups.google.com/group/android-porting
-~----------~----~----~----~------~----~------~--~---

Reply via email to