22
ข้อผิดพลาด: ไม่สามารถจัดคลาสที่ร้องขอในไฟล์ dex ไฟล์เดียวลองส่งรายการ main-dex # วิธีการ: 72477> 65536
ฉันต้องการเพิ่มบริการระบุตำแหน่งแบบผสม แต่มันแสดงข้อผิดพลาดบางอย่างให้ฉัน ช่วยฉันด้วย. apply plugin: 'com.android.application' android { compileSdkVersion 26 buildToolsVersion "27.0.1" defaultConfig { applicationId "com.example.adil.bloodbankapplication" minSdkVersion 15 targetSdkVersion 26 versionCode 1 versionName "1.0" testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner" } buildTypes { release { minifyEnabled false proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro' } } } dependencies { compile fileTree(include: ['*.jar'], dir: 'libs') compile 'com.android.support:appcompat-v7:26.1.0' compile 'com.android.support.constraint:constraint-layout:1.0.2' …