使用Flash Builder4.6&SDK4.6 Away3d与Starling互操作性设备--三星galuxy s3
在设备上调试,运行良好。在设备上安装导出的apk,它只是白色的背景。
app name_app.xml文件设置为
<renderMode>direct</renderMode>
<!-- Whether or not to pan when a soft keyboard is raised or lowered (either "pan" or "none"). Optional. Defaults "pan." -->
<!-- <softKeyboardBehavior></softKeyboardBehavior> -->
<autoOrients>false</autoOrients>
<fullScreen>true</fullScreen>
<visible>true</visible>
<softKeyboardBehavior>none</softKeyboardBehavior>发布于 2013-01-10 00:01:55
解决了。
只需使用最新的Air sdk即可。
http://www.flashdeveloper.co/post/10985842021/overlay-adobe-air-32-in-flash-builder-46
https://stackoverflow.com/questions/14237446
复制相似问题