• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Cannot Build App from Source Code

SamB4

Lurker
Hi,

I have never used android studio before but I have been asked to build an app from source code provided on github (https://github.com/STMicroelectronics/STBlueMS_Android), for my university project. I have opened this code in android studio but am getting error messages so it will not build. The error codes are:

ERROR: Unable to resolve dependency for ':BlueMSCloud@debug/compileClasspath': Could not resolve project :BlueSTSDK.
ERROR: Unable to resolve dependency for ':BlueMSCloud@debug/compileClasspath': Could not resolve project :BlueSTSDK_Gui_Android.
ERROR: Unable to resolve dependency for ':BlueMSCloud@debugAndroidTest/compileClasspath': Could not resolve project :BlueSTSDK.
ERROR: Unable to resolve dependency for ':BlueMSCloud@debugAndroidTest/compileClasspath': Could not resolve project :BlueSTSDK_Gui_Android.
ERROR: Unable to resolve dependency for ':BlueMSCloud@debugUnitTest/compileClasspath': Could not resolve project :BlueSTSDK.
ERROR: Unable to resolve dependency for ':BlueMSCloud@debugUnitTest/compileClasspath': Could not resolve project :BlueSTSDK_Gui_Android.
ERROR: Unable to resolve dependency for ':BlueMS@debug/compileClasspath': Could not resolve project :BlueSTSDK.
ERROR: Unable to resolve dependency for ':BlueMS@debug/compileClasspath': Could not resolve project :BlueSTSDK_Gui_Android.
ERROR: Unable to resolve dependency for ':BlueMS@debugAndroidTest/compileClasspath': Could not resolve project :BlueSTSDK.
ERROR: Unable to resolve dependency for ':BlueMS@debugAndroidTest/compileClasspath': Could not resolve project :BlueSTSDK_Gui_Android.
ERROR: Unable to resolve dependency for ':BlueMS@debugUnitTest/compileClasspath': Could not resolve project :BlueSTSDK.
ERROR: Unable to resolve dependency for ':BlueMS@debugUnitTest/compileClasspath': Could not resolve project :BlueSTSDK_Gui_Android.

Any advice on how to fix this would be greatly appreciated.

Thank you in advance
 
Back
Top Bottom