Я хочу добавить IText Lib к моему проекту (http://itextpdf.com/itextg-android)iTextPdf -. Android-студия Добавление библиотеки Ошибка
Я добавил к банку файл в папку ЛИЭС. После этого я написал build.gradle, что: компилировать файлы ('libs/itextg-5.5.4.jar').
Но после синхронизации, я получаю эту ошибку:
Error:(12, 0) Gradle DSL method not found: 'compile()' Possible causes:
The project 'Pdf' may be using a version of Gradle that does not contain the method. Gradle settings The build file may be missing a Gradle plugin. Apply Gradle plugin
Также здесь (http://www.codeproject.com/Articles/986574/Android-iText-Pdf-Example) является решение об этом, но когда я делаю, что я получаю другую ошибку
Error:Failed to resolve: org.apache.commons:commons-imaging:1.0-SNAPSHOT Open File
Show in Project Structure dialog
go хотя эта link. Это может помочь вам http://stackoverflow.com/questions/16608135/android-studio-add-jar-as-library –