0
我的應用在iPhone模擬器上正常工作。但是,當我啓動Android 2.2模擬器時,應用程序會加載(所有選項卡都會顯示),但在出現TableView之前會崩潰。這是錯誤:Tableview不會在Android 2.2上加載錯誤「無法加載資源」
E/TiJSError( 269): (main) [644,1030] ----- Titanium Javascript Runtime Error -----
E/TiJSError( 269): (main) [1,1031] - In ti:/titanium.js:178,19
E/TiJSError( 269): (main) [0,1031] - Message: Uncaught Error: Failed to load resource, Java exception was thrown.
E/TiJSError( 269): (main) [1,1032] - Source: source = assets.readAsset(assetPath);
E/V8Exception( 269): Exception occurred at ti:/titanium.js:178: Uncaught Error: Failed to load resource, Java exception was thrown.
這是否與內存有關?我怎樣才能解決這個問題?
謝謝!
乾淨的構建後嘗試? – 2012-02-06 06:59:23
不......沒有工作。我看到它可能是內存問題,但我添加了 to tiapp.xml無效... –
2012-02-06 07:06:41
顯示你的代碼。 – 2012-02-06 10:43:36