Ignoring the Android API artifact com.google.android:android:2.2.1 for debugging / release

Warning:Ignoring Android API artifact com.google.android:android:2.2.1 for debug Warning:Ignoring Android API artifact com.google.android:android:2.2.1 for release 

Updating Android studios to version 2.2, the following error will appear in the compiler version, and why? I don’t understand, ask permission, thanks.

Updating to the latest version of AndroidStudio no longer occurs, is this a tool error?

+5
source share
1 answer

Have you tried using the latest version in the build.gradle file?

 dependencies { classpath 'com.android.tools.build:gradle:2.2.1' } 
0
source

Source: https://habr.com/ru/post/1257943/


All Articles