フラグメント アニメーションをサポートするために、nineoldandroids v4 サポート ライブラリを使用しようとしています。ここにライブラリがあります。ライブラリとして追加したい。しかし、追加するとエラーが発生しました
Error:(13, 0) Build script error, unsupported Gradle DSL method found: 'getAndroidPrebuilt()'!
Possible causes could be:
- you are using Gradle version where the method is absent (<a href="open_gradle_settings">Fix Gradle settings</a>)
- you didn't apply Gradle plugin which provides the method (<a href="apply_gradle_plugin">Apply Gradle plugin</a>)
- or there is a mistake in a build script (<a href="goto_source">Goto source</a>)
何がうまくいかないのかわからない、誰か助けてくれませんか?
ありがとう