java - Not supported In Simulator for jar file (CodeName One) -
i created application uses mediarecorder, creates file in application directory , records it, worked fine. later decided make desktop version of without sending build server following instructions found here
app working fine, don't think recording, infacts throws null pointer exception , file path shows when try show dialog file://homeaudiosample1410359700375. makes me know seems behaving running in simulator. decided run jar command prompt , got error: not supported in simulator. solution want app run on non-mobile platform, or there no other way around except sending build server.
media recorder isn't supported in javase port of codename one.
you can use native interface implementation javase support. media problematic desktop java...
Comments
Post a Comment