Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Android Studio 0.2.9 and New Project

I am using android studio for app development and i am using it from its 1st release, i keep updating it whenever a patch is available.Recently I updated my android studio to latest version , that is 0.2.9 and now i am facing problem while creating new project.

every time i am getting this exception msg box

The following dependencies were not resolvable. See your build.gradle file for details.
    - com.android.support:appcompat-v7:18.0.0

and i am clueless about what went wrong !!

p.s : previous projects are working fine

seeking suggestions on it :)

like image 431
r4jiv007 Avatar asked Sep 23 '13 17:09

r4jiv007


1 Answers

  1. Make sure you download the Android Support Repository under Extras using the SDK Manager Android SDK Manager

  2. The in your project module look for the second build.gradle file uncomment the dependencies section that is pointed in your case, the file provides some instruction on what you have to do. Android Studio

  3. With that in place save, build and test, happy coding!

like image 153
Ramón García-Pérez Avatar answered Oct 12 '22 02:10

Ramón García-Pérez