Dast6Tino
Dast6Tino

Reputation: 67

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)**

Upvotes: 2

Views: 498

Answers (1)

philo
philo

Reputation: 3690

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.

Upvotes: 4

Related Questions