I have an app with Arcgis android sdk version 100.5.0, it is working fine with Java 8, but need to use Java 6 for some dependencies. May I know the compatibility of Java 6 with version 100.5.0.
It gives me this error though, [ with java 6 ]
Error:com.android.dx.cf.code.SimException: invalid opcode ba (invokedynamic requires --min-sdk-version >= 26)
I need to keep the minSDK to 19 only, no scope to upgrade to 26 currently.