yonghun7478

Results 1 comments of yonghun7478

do you add implementation 'com.android.support:design:XX.X.X', implementation 'com.android.support:support-v4:XX.X.X' ? when I saw "duplicate value for resource" message I just had implementation 'com.android.support:appcompat-v7:28.0.0' and I added implementation 'com.android.support:design:28.0.0' implementation 'com.android.support:support-v4:28.0.0' and worked...