getting message when trying create new project after updating android 0.2.1. in ubuntu 13.04:
failed import gradle project: not fetch model of type 'ideaproject' using gradle distribution 'http://services.gradle.org/distributions/gradle-1.6-bin.zip'. problem occurred configuring project ':testing'. problem occurred configuring project ':testing'. failed notify project evaluation listener. not resolve dependencies configuration ':testing:_debugcompile'. not find version matches com.android.support:support-v4:13.0.+. required by: testingproject:testing:unspecified
edit: im trying create master/detail flow option instead of blank activity. haven't tried other options
edit: ok using blank activity option gives same error. seems need redownload full 0.2.1. version i'm afraid of current projects stop working.
this problem android sdk.
new updates android sdk / android studio add required repos sdk libraries.
by looking @ error message, appears missing android support repository:

when updating android sdk, sure updating correct sdk location. android studio ships own sdk copy integrated. if building commandline , using android studio, you may have 2 copies of sdk (one accessed via commandline , 1 accessed when building android studio. updating 1 of these not automatically update other.
Comments
Post a Comment