我是Android开发的新手,我正在尝试导入一个lib。但是我的XML文件中出现以下错误:
无法实例化以下类:
- com.squareup.timessquare.CalendarPickerView
这是我的XML文件:
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical" >
<com.squareup.timessquare.CalendarPickerView
android:id="@+id/calendar_view"
android:layout_width="280dp"
android:layout_height="75dp"
/>
</LinearLayout>
有人可以帮忙吗?