Reputation: 67
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)
build.gradle
(base module)
Upvotes: 2
Views: 498
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