我從github導入了一個有幾十個錯誤的項目,現在我設法糾正了其中的大部分錯誤,但仍然有1個我不知道。方法不適用於參數
mMenuDrawer = MenuDrawer.attach(this, MenuDrawer.MENU_DRAG_CONTENT);
給我一個錯誤:
The method attach(Activity, MenuDrawer.Type) in the type MenuDrawer is not applicable for the arguments (MainActivity, int) MainActivity.java /IPTV/src/by/makarov/video line 80 Java Problem
任何人都可以請解釋這個錯誤,我指向正確的方向如何解決它。
對於noobish問題抱歉,但我仍然進入android開發。
什麼是MainActivity?它是否擴展Activity? – SilentKiller 2014-09-20 09:16:19
更改'mMenuDrawer = MenuDrawer.attach(YourActivityName.this,MenuDrawer.MENU_DRAG_CONTENT);' – Piyush 2014-09-20 09:16:41