How to solve “Native methods are not allowed in loaded code” error
问题 I want to let my app to run sound while the playbook in standby mode, I put this statement in the start up QNXSystem.system.inactivePowerMode = QNXSystemPowerMode.THROTTLED; Now when I debug the app on the simulator (not desktop debugger) I got this error VerifyError: Error #1079: Native methods are not allowed in loaded code. And this error I got also when using AlertDialog. Note: I am using Flash builder, and I have put the qnx SWC in the libraries path. .... so to solve these problems? 回答1