Downloaded and installed Android Studio 3 today on a Mac. Created a new blank Android app. After creating and fixing this in build.gradle:
apply plugin: 'com.android.application'
android {
compileSdkVersion 26
buildToolsVersion "27.0.3"
(caused "Failed to find target with hash string 'android-26'...") to:
compileSdkVersion 27
And building succcessfully, there is still no AVD manager available. I've seen about 4 questions about this on here but none of them have fixed it. Spent half an hour trying various things. What is the problem?
Also, after downloading the tools directly there are still no AVDs:
~/Downloads/tools/emulator -list-avds # no output