我用的launcher的版本是2.3.3,sdk2.3.3,将launcher项目单独拉出来,设置了classpath:framework,core,common包(来自out)
,但是却出现以下错误,不解
[2012-02-07 10:39:19 - Launcher] Dx
trouble processing "javax/xml/xpath/SecuritySupport$6.class":Ill-advised or mistaken usage of a core class (java.* or javax.*)
when not building a core library.
This is often due to inadvertently including a core library file
in your application's project, when using an IDE (such as
Eclipse). If you are sure you're not intentionally defining a
core class, then this is the most likely explanation of what's
going on.
However, you might actually be trying to define a class in a core
namespace, the source of which you may have taken, for example,
from a non-Android virtual machine project. This will most
assuredly not work. At a minimum, it jeopardizes the
compatibility of your app with future versions of the platform.
It i