我试图在我的android应用程序的xml文件中插入一个GesterOverlayView,它显示:The following classes could not be found:- GestureOverlayView,它不让我使用gestureOverlayview,因为这个错误。我遵循的是这个指南:我在我的程序中使用了这段代码,但它仍然不能工作。我得到了错误的xml和addOnGesturePerformedListener(this);部分有一个错误,但我直接从谷歌代码复制它。
GestureOverlayView gestures = (Gesture
我在Eclipse中使用Facebook-android-sdk,但在我的main.xml类的图形视图中似乎收到了一条错误消息。could not be found: com.codecarpet.fbconnect.FBLoginButton
我已经导入了FBLoginButton作为一个引用库,但是Eclipse仍然无法找到这个类。