Search code examples
androidandroid-gradle-pluginrealmandroid-instant-apps

Instant App and splits abi



I'm trying to split apk for different processors in the Instant App, but I can not separate the module (it's the only one) and split the Instant App. I need to reduce the size of apk, but realm takes more than 4 Mb. Any ideas how to do this?

build.gradle(Instant App) **<code>build.gradle</code>(Instant App)**
build.gradle(base module) **<code>build.gradle</code>(base module)**


Solution

  • Update:

    Splits are now supported. See documentation.

    But for realm, there is at least one other issue.

    Original answer:

    Not supported yet, but we're working on it.