ERROR: Could not find method testImplementation() for arguments

Android Yazılım konuları
Cevapla
abdulkadirlevent
Site Admin
Mesajlar: 24
Kayıt: Pzr Oca 19, 2020 4:27 pm

ERROR: Could not find method testImplementation() for arguments

Mesaj gönderen abdulkadirlevent »

ERROR: Could not find method testImplementation() for arguments....

hata çözümü için gradle dosyasında yapılacak değişiklik asaşağıdaki gibidir...

Kod: Tümünü seç

testİmplementation  'junit:junit:4.12'
androidTestİmplementation 'com.android.support.test:runner:1.0.2'
androidTestİmplementation 'com.android.support.test.espresso:espresso-core:3.0.2'

Cevapla