私はAndroid開発に不慣れで、ライブラリをインポートしようとしています。しかし、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>
誰かplsが助けることができますか?