I recently updated Android 2.2.2. Now I got a reset error message when checking sdks and adding a dependency for build.gradle. I have no idea about this. to remove this error.
Try adding mavenCentral () inside the buildscript.repositories shell, for example. put an error log to retrieve the response
buildscript { repositories { jcenter() mavenCentral() // This repo should have the gradle plugin } dependencies { classpath 'com.android.tools.build:gradle:0.12.2' // NOTE: Do not place your application dependencies here; they belong // in the individual module build.gradle files } }
Source: https://habr.com/ru/post/1012758/More articles:Add to cart does not work with sub store in magento - phpThe nougat status bar for Android displays white at startup - androidHow to optimize the number of queries when using raw_id_fields in Django Admin - djangoTypescript: Is there an easy way to convert an array of objects of one type to another? - arraysSpark DataFrame: Count different values ββfor each column - distinct-values ββ| fooobar.comChart.js - donut tag positioning - javascriptChart.js Donut with rounded edges and a center in the center - user-interfaceFacebook yoga / react-native flexbox css-layout position: "fixed" support - cssPerformance error in NonGUIDriver java.lang.IllegalArgumentException - mavenCan matplotlib outlines match pixel edges? - pythonAll Articles