2013-04-24 206 views
0

我創建和安裝按照以下說明適用於iPad的應用程序:
Apple iOS development process using Flash BuilderAIR應用程序 - 啓動崩潰

然而,當我運行這個簡單的應用程序,大約一秒鐘屏幕變黑,然後返回到正常的iPad屏幕。
它幾乎看起來好像應用程序根本沒有運行,但沒有錯誤通知可見。
我真的很絕望......

testPad.mxml來源:

<?xml version="1.0" encoding="utf-8"?> 
<s:Application xmlns:fx="http://ns.adobe.com/mxml/2009" 
      xmlns:s="library://ns.adobe.com/flex/spark" 
      backgroundColor="#A0F3FF" 
      width="100%" height="100%"> 
</s:Application> 

任何想法?

+0

這樣一個簡單的應用程序不應該崩潰。您使用的是哪個版本的Flex?哪個版本的AIR? – JeffryHouser 2013-04-24 15:56:37

+0

@ www.Flextras.com Flex 4.6(iOS MobileProject),AIR 3.5.0.1060 – RezavejT 2013-04-24 16:08:36

回答

0

如果您正在使用Mac,請嘗試在啓動調試器時打開xcode。您可以通過這種方式訪問​​設備的日誌文件。