Complete guide on how to install Android studio on Mac. Download and install Android studio Iguana. Update Android Studio from hedgehog to Iguana.
Download Android studio from
https://developer.android.com/studio
Solution: Add following 2 lines in build.gradle file dependencies block.
androidTestImplementation 'androidx.test.ext:junit:1.1.5'
testImplementation 'junit:junit:4.13.2'
#androidstudio
#iguana
#install
#download