AlloySliderMenu icon indicating copy to clipboard operation
AlloySliderMenu copied to clipboard

Failed to build with SDK version 3.2.0.GA

Open fikr4n opened this issue 11 years ago • 3 comments

When importing project, Studio tells it will change SDK version to 3.2.0.GA. After successfully imported, got this when compiling to Android:

[WARN] :   Could not find Titanium module id=ti.cloud version=2.3.0 platform=commonjs deploy-type=test
[ERROR] Application Installer abnormal process termination. Process exit value was 1

fikr4n avatar Jan 28 '14 09:01 fikr4n

Hi

Go to Tiapp.xml (overivew) On modules tab click on Ti.cloud latest

save and clean project .

patel-pragnesh avatar Jan 28 '14 10:01 patel-pragnesh

WARN has gone, but [ERROR] Application Installer abnormal process termination. Process exit value was 1 is still there.

fikr4n avatar Jan 28 '14 11:01 fikr4n

I try to remove ti.physicalSizeCategory from modules. It can be compiled, but got this sometimes when running:

[ERROR] :  TiExceptionHandler: (main) [23192,24209] ----- Titanium Javascript Runtime Error -----
[ERROR] :  TiExceptionHandler: (main) [1,24210] - In alloy/controllers/index.js:108,31
[ERROR] :  TiExceptionHandler: (main) [0,24210] - Message: Uncaught TypeError: Cannot read property 'customTitle' of undefined
[ERROR] :  TiExceptionHandler: (main) [0,24210] - Source:         storedRowTitle = e.row.customTitle;
[ERROR] :  V8Exception: Exception occurred at alloy/controllers/index.js:108: Uncaught TypeError: Cannot read property 'customTitle' of undefined

fikr4n avatar Jan 28 '14 11:01 fikr4n