I'm trying to create a native interface to access android's
SpeechRecognitionHelper. Following the manual I created andinterface that
extends NativeInterface i.e.
import com.codename1.system.NativeInterface;
public interface MyNative extends NativeInterface {
String getSpeech(String hi);
}
The manual then says I can generate initial native code by right clicking
on the interface and selecting "Generate Native Access" . This option
doesn't seem to be available in my setup and I don't know where to go from
here.
-Dennis
--
You received this message because you are subscribed to the Google Groups
"CodenameOne Discussions" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/codenameone-discussions/3f2d7191-40b7-4fed-a161-51a4ee647529n%40googlegroups.com.