Câu hỏi được gắn thẻ «gradle»

Gradle là một công cụ tự động hóa xây dựng dự án sử dụng Groovy DSL. Các tập lệnh xây dựng Gradle hỗ trợ kho lưu trữ Maven và Ivy cũng như hệ thống tệp đơn giản để quản lý phụ thuộc.

22
Android Studio: Gradle - xây dựng không thành công - Không thực thi được tác vụ ': dexDebug'
Lỗi: Gradle: Execution failed for task ':vertretungsplan:dexDebug'. > Failed to run command: P:\Android-Studio\sdk\build-tools\18.0.1\dx.bat --dex --output P:\Projekte\VertretungsplanProject\vertretungsplan\build\libs\vertretungsplan-debug.dex P:\Projekte\VertretungsplanProject\vertretungsplan\build\classes\debug P:\Projekte\VertretungsplanProject\vertretungsplan\build\dependency-cache\debug P:\Android-Studio\sdk\extras\android\m2repository\com\android\support\support-v4\18.0.0\support-v4-18.0.0.jar P:\Projekte\VertretungsplanProject\vertretungsplan\libs\commons-io-2.4.jar P:\Projekte\VertretungsplanProject\vertretungsplan\build\exploded-bundles\VertretungsplanProjectLibrariesActionbarsherlockUnspecified.aar\classes.jar Error Code: 2 Output: trouble processing: bad class file magic (cafebabe) or version (0033.0000) ...while parsing de/MayerhoferSimon/Vertretungsplan/LoginActivity$2.class ...while processing de/MayerhoferSimon/Vertretungsplan/LoginActivity$2.class trouble processing: bad class file magic (cafebabe) or version …




1
'->' (mũi tên) trong biểu đồ phụ thuộc của gradle có nghĩa là gì?
Tôi đang cố gắng chạy một số thử nghiệm Android, tuy nhiên, trình biên dịch phàn nàn rằng tồn tại nhiều tệp dex. Multiple dex files define Lorg/hamcrest/MatcherAssert; Vì vậy, tôi đang cố gắng lọc các phần phụ thuộc trùng lặp: $ ./gradlew -q dependencies app:dependencies --configuration androidTestCompile Tuy nhiên, …


5
Gradle: Nhiều biến thể của dự án: myLib phù hợp với các thuộc tính của người tiêu dùng
Một thư viện mà tôi đã viết myLibsử dụng RemoteMessagetừ đó Firebase, chính ứng dụng cũng sử dụng Firebase. Sử dụng gradle 4.7. Cũng phải đối mặt với điều này trong 4.4.1. Làm thế nào để sửa chữa nó? project.gradle buildscript { repositories { google() jcenter() mavenCentral() } dependencies { …



13
Các tính năng Gradle không dùng nữa đã được sử dụng trong bản dựng này, khiến nó không tương thích với Gradle 5.0
Tôi có một điểm số THẤT BẠI: ..."Deprecated Gradle features were used in this build, making it incompatible with Gradle 5.0." Mô tả trường hợp: Được đính kèm vào codebase của dự án các libs tiếp theo: APP / build.gradle //(Required) Writing and executing Unit Tests on the JUnit Platform …





5
Cập nhật sự phụ thuộc gradle của tôi trong nhật thực
Tôi có một dự án gradle đơn giản trong nhật thực của mình. Tôi cập nhật build.gradle để bao gồm một vài hũ http apache ... dependencies { compile group: 'commons-collections', name: 'commons-collections', version: '3.2' compile 'org.apache.httpcomponents:httpclient:4.2.3' compile "org.apache.httpcomponents:httpmime:4.2.3" testCompile group: 'junit', name: 'junit', version: '4.+' } Tuy nhiên, trong …
79 eclipse  gradle 

Khi sử dụng trang web của chúng tôi, bạn xác nhận rằng bạn đã đọc và hiểu Chính sách cookieChính sách bảo mật của chúng tôi.
Licensed under cc by-sa 3.0 with attribution required.