get Executable
Returns executable entry absolute path. This is used for fast mode initialization where ss-local launches your native binary at the path given directly. In order for this to work, plugin app is encouraged to have the following in its AndroidManifest.xml:
android:installLocation="internalOnly" for
android:extractNativeLibs="true" for
Default behavior is throwing UnsupportedOperationException. If you don't wish to use this feature, use the default behavior.
Return
Absolute path for executable entry.