NativeProcess.isSupported返回false。 要使用nativeprocess 需要修改一下air项目配置文件的xml,在你的发布文件夹内找 “项目名-app.xml”
在.xml配置文件中使能<supportedProfiles>desktop extendedDesktop mobileDevice extendedMobileDevice</supportedProfiles>一行
本文介绍了解决NativeProcess.isSupported返回false的问题方法。通过修改air项目的配置文件app.xml中的<supportedProfiles>标签,可以启用桌面和移动设备的支持。
NativeProcess.isSupported返回false。 
被折叠的 条评论
为什么被折叠?