• Hello [name]! Thanks for joining the GMC. Before making any posts in the Tech Support forum, can we suggest you read the forum rules? These are simple guidelines that we ask you to follow so that you can get the best help possible for your issue.

Can't Compile to android GMS 1.4

U

unbrazer

Guest
hey i triying to compile my game to android but i can't because of this error:
* What went wrong:
A problem occurred configuring project ':com.unorg.projectozone'.
> Could not resolve all dependencies for configuration ':com.unorg.projectozone:_debugCompile'.
> Could not resolve com.android.support:multidex:1.0.1.
Required by:
:com.unorg.projectozone:unspecified
> Could not resolve com.android.support:multidex:1.0.1.
> Could not get resource 'http://repo.spring.io/plugins-release/com/android/support/multidex/1.0.1/multidex-1.0.1.pom'.
> Could not GET 'http://repo.spring.io/plugins-release/com/android/support/multidex/1.0.1/multidex-1.0.1.pom'. Received status code 403 from server: Forbidden
> Could not resolve com.android.support:support-v4:23.1.1.
Required by:
:com.unorg.projectozone:unspecified
> Could not resolve com.android.support:support-v4:23.1.1.
> Could not get resource 'http://repo.spring.io/plugins-release/com/android/support/support-v4/23.1.1/support-v4-23.1.1.pom'.
> Could not GET 'http://repo.spring.io/plugins-release/com/android/support/support-v4/23.1.1/support-v4-23.1.1.pom'. Received status code 403 from server: Forbidden
 
Top