Erro ao tentar compilar jogo para android
Enviado: Dom Out 23, 2016 2:16 am
Boa noite, fiz os procedimentos para rodar jogos no celular, eu plugo o celular por USB com depuração ativada e tento rodar um jogo de teste e aparece isso no fim da compilação:
FAILURE: Build failed with an exception.
* What went wrong:
A problem occurred configuring project ':com.companyname.Project1'.
> Could not resolve all dependencies for configuration ':com.companyname.Project1:_debugCompile'.
> Could not find com.android.support:multidex:1.0.1.
Searched in the following locations:
https://jcenter.bintray.com/com/android ... -1.0.1.pom
https://jcenter.bintray.com/com/android ... -1.0.1.jar
Required by:
:com.companyname.Project1:unspecified
> Could not find com.android.support:support-v4:23.1.1.
Searched in the following locations:
https://jcenter.bintray.com/com/android ... 23.1.1.pom
https://jcenter.bintray.com/com/android ... 23.1.1.jar
Required by:
:com.companyname.Project1:unspecified
* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.
BUILD FAILED
Alguém sabe como resolver?
FAILURE: Build failed with an exception.
* What went wrong:
A problem occurred configuring project ':com.companyname.Project1'.
> Could not resolve all dependencies for configuration ':com.companyname.Project1:_debugCompile'.
> Could not find com.android.support:multidex:1.0.1.
Searched in the following locations:
https://jcenter.bintray.com/com/android ... -1.0.1.pom
https://jcenter.bintray.com/com/android ... -1.0.1.jar
Required by:
:com.companyname.Project1:unspecified
> Could not find com.android.support:support-v4:23.1.1.
Searched in the following locations:
https://jcenter.bintray.com/com/android ... 23.1.1.pom
https://jcenter.bintray.com/com/android ... 23.1.1.jar
Required by:
:com.companyname.Project1:unspecified
* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.
BUILD FAILED
Alguém sabe como resolver?