Selective Google Play Services Android compiling

Monkey Targets Forums/Android/Selective Google Play Services Android compiling

Soap(Posted March) [#1]
What I'm supposed to do is edit gradle.build and add these lines

compile 'com.google.android.gms:play-services-ads:8.4.0'
compile 'com.google.android.gms:play-services-location:8.4.0'

However I'd prefer to not import the project to Android Studio and go through steps every time I want to make a new Android build... is there a better solution? I'd rather compile from Monkey directly and not use Android Studio.


Soap(Posted March) [#2]
After some more research, it seems only way to do selective compiling is using Android Studio.


secondgear(Posted March) [#3]
There is no Android Studio support in Monkey X, and the official Android target is using Ant, not Gradle.


Soap(Posted March) [#4]
Android Studio can import the existing project to make builds. It is annoying though. I will look into making a new modified Android target version that goes directly to Gradle.