i want to start android programming. after i install android studio 3.2 and create new project i get this exception:
org.gradle.api.resources.ResourceException:
in build.gradle file I added a maven entry like so:
allprojects { repositories { google() jcenter() maven { url 'https://maven.google.com/' name 'Google' } } }