Android开发中的Unable to resolve superclass of L错误解决方法

这个方法一般是因为引入第三方包造成的,注意android-support-v4等等也算。

解决方法:项目上右键->Build Path -> Configure Build Path ->Order and Export里将引入的第三方包都选上;

然后点击Project-->clean,重新编译运行即可。大笑

你可能感兴趣的:(eclipse,Android开发)