Problems compiling in Android Studio

1

I created my first Project in Android Studio by setting MinimumS SKD to API 23 Android 6.0 (Marshmallow). Then I created a vital device in AVD Manager with the following settings: Nexus 5 API 24 (Nougat). I am trying to run the project on this emulator, however the following error is returned:

Error:A problem occurred configuring project ':app'.
> Could not resolve all dependencies for configuration ':app:_debugApkCopy'.
   > Could not find any matches for com.android.support:appcompat-v7:24.+ as no versions of com.android.support:appcompat-v7 are available.
     Required by:
         Primeiro:app:unspecified

How do I run in AVD

    
asked by anonymous 22.02.2017 / 17:00

0 answers