当我在我的manifest.xml中放入android:minSdkVersion =“8”时,我的Google导航抽屉示例存在问题 示例在API 8中不起作用,但我想使用此API运行,我不知道他为什么不起作用
我的第一个错误是:
Could not find class 'com.example.android.navigationdrawerexample.MainActivity$PlanetFragment', referenced from method com.example.android.navigationdrawerexample.MainActivity.selectItem
我会尝试所有解决方案:
Could not find class XXX referenced from method XXX.<YYY>
could not find class referenced from method android java.lang.NoClassDefFoundError
但即使我重新开始或清理也没有任何作用......
我的包裹中有:
答案 0 :(得分:0)
从尼古拉斯那里试试 https://github.com/nicolasjafelle/SherlockNavigationDrawer
请记住将android-support-v4.jar更新为最新版本(最低要求版本13)。