I report this 2 bugs but dont have answer so I write here
- Problem with video
local onComplete = function(event)
--print( “video session ended” )
end
media.playVideo( “intro.mp4”, false, onComplete )
for some device like ONDA, Fly, Jiayu G3, Ascend g300 and oter I dont know model? because user post it on android crash report, when video finish - crash
LOG
java.lang.NullPointerException
at com.ansca.corona.VideoActivity$1.onCompletion(VideoActivity.java:48)
at android.widget.VideoView$3.onCompletion(VideoView.java:345)
at android.media.MediaPlayer$EventHandler.handleMessage(MediaPlayer.java:1578)
at android.os.Handler.dispatchMessage(Handler.java:99)
at android.os.Looper.loop(Looper.java:137)
at android.app.ActivityThread.main(ActivityThread.java:4424)
at java.lang.reflect.Method.invokeNative(Native Method)
at java.lang.reflect.Method.invoke(Method.java:511)
at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:835)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:602)
at dalvik.system.NativeStart.main(Native Method)
- Problem with audio for some device (ONDA, Jiayu G3, Ascend g300, NOVO 7 Tornados and other) if I load, play or reserve channels like
audio.reserveChannels( 4 )
MENU_SOUND = audio.loadStream( “audio/menu.mp3” )
audio.play( MENU_SOUND, { channel=2, loops=-1 } )
I posted it here
http://forums.coronalabs.com/topic/29149-audio-and-video-crash-on-android-device-v-2013999/
but now aswer from Jan 14 2013
I need fast fix, or other developer dont have this problem?
