aws-android-sdk-1.6.1-debug.jar
(Amazon Cloud Service) ライブラリを Android Studio プロジェクトに追加しようとしています。そこで、jarファイルをlibs-directoryにコピーし、「ライブラリとして追加」を右クリックしました。次に、行 compile files( libs/aws-android-sdk-1.6.1-debug.jar
) をファイルに追加し、コマンド プロンプトから clean batbuild.gradle
を実行します。gradlew
このバットはエラーを出します:
"could not find method compile<> for arguments [file collection]"
jarファイルは確かにlibsディレクトリにありますが。私も試しcompile fileTree(dir: 'libs', include: '*.jar')
ました:同じ結果で。Android Studio でビルドしても同じ結果が得られます。
なぜ瓶が見つからなかったのですか?