Selective Google Play Services Android compiling
Monkey Targets Forums/Android/Selective Google Play Services Android compiling
| ||
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. |
| ||
After some more research, it seems only way to do selective compiling is using Android Studio. |
| ||
There is no Android Studio support in Monkey X, and the official Android target is using Ant, not Gradle. |
| ||
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. |