• 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.

Setting Up Anroid. Need Help.

C

C_Brown

Guest
Hey Guys!

I have always used GameMaker for PC development. I finally want to get into the mobile world. I followed Shaun Spalding's Android setup video and have this error:




FAILURE: Build failed with an exception.

* What went wrong:
A problem occurred configuring project ':com.companyname.Fuzzy_The_Bouncing_Ball_Android_Version'.
> Could not resolve all dependencies for configuration ':com.companyname.Fuzzy_The_Bouncing_Ball_Android_Version:_debugCompile'.
> Could not find com.android.support:multidex:1.0.1.
Searched in the following locations:
https://jcenter.bintray.com/com/android/support/multidex/1.0.1/multidex-1.0.1.pom
https://jcenter.bintray.com/com/android/support/multidex/1.0.1/multidex-1.0.1.jar
Required by:
:com.companyname.Fuzzy_The_Bouncing_Ball_Android_Version:unspecified
> Could not find com.android.support:support-v4:23.1.1.
Searched in the following locations:
https://jcenter.bintray.com/com/android/support/support-v4/23.1.1/support-v4-23.1.1.pom
https://jcenter.bintray.com/com/android/support/support-v4/23.1.1/support-v4-23.1.1.jar
Required by:
:com.companyname.Fuzzy_The_Bouncing_Ball_Android_Version:unspecified

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.

BUILD FAILED

Total time: 11.005 secs
cmd /c "subst /d Z:"



Sorry it's so long. I have pretty much every version of Android installed at this point, and it still doesn't work. Help is greatly appreciated.
 

makas

Member
Is your GMS is updated? I think this was an issue with one the google extensions are you using one of those?
 
Top