คำถามติดแท็ก import-module

5
ข้อผิดพลาด: ไม่มีคุณสมบัติดังกล่าว: GROUP สำหรับคลาส: org.gradle.api.publication.maven.internal.ant.DefaultGroovyMavenDeployer
ฉันต้องการใช้RecyclerViewLibในโปรเจ็กต์ของฉันและฉันดาวน์โหลดและนำเข้าเป็นโมดูลสำหรับโปรเจ็กต์ Android "hello world" ที่ว่างเปล่าของฉัน ฉันใช้ android studio v1.0.1 โดยใช้ sdk manager v24 และนี่คือแอพ / build.gradle ของฉัน apply plugin: 'com.android.application' android { compileSdkVersion 17 buildToolsVersion "19.1.0" defaultConfig { applicationId "com.example.mk.dragdrop4" minSdkVersion 14 targetSdkVersion 17 versionCode 1 versionName "1.0" } buildTypes { release { minifyEnabled false proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro' } } …
โดยการใช้ไซต์ของเรา หมายความว่าคุณได้อ่านและทำความเข้าใจนโยบายคุกกี้และนโยบายความเป็นส่วนตัวของเราแล้ว
Licensed under cc by-sa 3.0 with attribution required.