I had this issue before the update and now it seems to persist. With iOS the Microphone plugin worked great. I've imported the files everywhere and added the permissions etc as per the installation process here:
https://github.com/gideros/MicrophoneI'm using the latest Gideros with x86 libs
Here is my logcat error.
01-12 16:01:27.730: E/AudioRecord-JNI(1024): Error creating AudioRecord instance: initialization check failed.
01-12 16:01:27.730: E/AudioRecord-Java(1024): [ android.media.AudioRecord ] Error code -20 when initializing native AudioRecord object.
01-12 16:01:27.740: D/Gideros(1024): assets/assets/options.lua.jet:43: attempt to index local 'microphone' (a nil value)
01-12 16:01:27.740: D/Gideros(1024): stack traceback:
01-12 16:01:27.740: D/Gideros(1024): assets/assets/options.lua.jet:43: in function 'init'
01-12 16:01:27.740: D/Gideros(1024): [string "property.lua"]:52: in function '__new'
01-12 16:01:27.740: D/Gideros(1024): [string "property.lua"]:59: in function 'new'
01-12 16:01:27.740: D/Gideros(1024): assets/assets/scenemanager.lua.jet:287: in function 'changeScene'
01-12 16:01:27.740: D/Gideros(1024): assets/assets/page0.lua.jet:58: in function
01-12 16:01:27.740: D/Gideros(1024): assets/assets/button.lua.jet:57: in function
01-12 16:01:27.770: E/libEGL(1024): called unimplemented OpenGL ES API
01-12 16:01:28.010: E/libEGL(1024): called unimplemented OpenGL ES API
01-12 16:01:29.579: E/libEGL(1024): call to OpenGL ES API with no current context (logged once per thread)
Comments