Desugaring is another option.
This link lists java.util.Map as one of the supported classes https://developer.android.com/studio/write/java8-support#library-desugaring
And this verbose list specifically says getOrDefault
is supported by API desugaring
https://developer.android.com/studio/write/java8-support-table