when i run my app in mac, and show up this message Errors occurred during the build. Errors running builder \'Android Package Builder\' on project \'IMPEXP\'. sun/misc/BASE
The Android code you are using is trying to use the sun.misc.BASE64Encoder class.
sun.misc.BASE64Encoder
This deprecated class has been removed from Java 9 so this is not going to work.
You will need to switch back to Java 8 or find an update to the Android code (if there is one).