gradle: Could not find com.android.support:multidex:1.0.1 -
when use gradle(version 2.1 or 2.4) building android project, error below. can not find com.android.support:multidex:1.0.1
in files.
errors:
config set bf688c717a5c3a69fe8ca522643c0a68 config set product vcode set 151 vname set 1.5.1 failure: build failed exception. * went wrong: problem occurred configuring project ':xxxx'. not resolve dependencies configuration ':yizhangtong:_rendepeng_lmdebugcompile'. not find com.android.support:multidex:1.0.1. searched in following locations: ............. * try: run --stacktrace option stack trace. run --info or --debug option more log output. build failed total time: 30.178 secs
you need install "android support repository" android sdk manager. (a.k.a extra-android-m2repository
if installing command line)
**or**
you need install "android support library(obsolete)" android sdk manager.
Comments
Post a Comment