Is there a way to modify Android build files?

I know that it’s possible to copy the Android template files from templates\android\ from Lime folder, set them as templates with <template path= ... /> but this doesn’t seem good in some cases, for example, I want to add android:extractNativeLibs="true" to AndroidManifest.xml and to achieve it I have to copy and reset the template.

Another case is Firebase integration. I need to add google-services plugin to the top-level build.gradle and have to modify the template as well.

This is not good because I have to check the templates with each Line update to keep my locally modified templates up-to-date.

It will be possible to configure Android manifest options from project.xml, but not until Lime 9.

For other templates, you’re going to need to keep doing it the way that you’re doing now.

2 Likes

Cool! Good to hear :slight_smile: