Class Resolved By Unexpected Dex, How To Avoid Duplicate Imports
I'm trying to build an plugin-system which is importing Fragments from other apks as described here. Eclipse keeps telling me: 12-01 15:17:18.609: W/dalvikvm(23425): Class resolve
Solution 1:
Ahww, sometimes it's so obvious. Just import the libary as extern libary in Properties->Java Build Path -> add external jar for the Plugin, and everything works just fine. Gnarf!
Post a Comment for "Class Resolved By Unexpected Dex, How To Avoid Duplicate Imports"