谷歌官方样本导航抽屉与API 8

时间:2013-10-23 12:01:24

标签: android sample slidingmenu navigation-drawer

当我在我的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

但即使我重新开始或清理也没有任何作用......

我的包裹中有:

  1. Android私人图书馆
  2. Android依赖项
  3. Google API
  4. MainActivity / SRC
  5. MainActivity /根

1 个答案:

答案 0 :(得分:0)

从尼古拉斯那里试试 https://github.com/nicolasjafelle/SherlockNavigationDrawer

请记住将android-support-v4.jar更新为最新版本(最低要求版本13)。