I made an android project that imports into the sun package. the sun package that I use is sun.security.jca.GetInstance. I know if this sun package cannot be used, is there a substitute for this package? I currently use JDK 9 and have changed to JDK 7 and 8 but this sun package still cannot be used
java.lang.NoClassDefFoundError: Failed resolution of: Lsun/security/jca/GetInstance;