McShooty
unread,Dec 2, 2015, 2:08:37 PM12/2/15Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to AIDE - Android Java IDE
Never mind, it's all sorted now. It turns out that you now need another line in the build.gradle as well as the original line
compile 'com.google.android.gms:play-services-location:+'
which causes the android m2repository to be downloaded even though the play-services-location files are all in the google m2repository which is already downloaded. Clear as mud.
The moral is, add the library using the "Add to Project" option in the files list, then AIDE will add all the correct lines to the build.gradle for you. Still, it would have been nice to get some sort of explanation somewhere that this upgrade was going to break existing dependencies and that they would need to be added again using the "Add to Project" to get things working.