i am using titanium 3.5.1 SDK and get a Java Exception. there seems to be an issue with scrollviews and android. noone else having this problem?
[ERROR] : TiExceptionHandler: (main) [1503,7973] ----- Titanium Javascript Runtime Error ----- [ERROR] : TiExceptionHandler: (main) [0,7973] - In ti:/titanium.js:315,24 [ERROR] : TiExceptionHandler: (main) [0,7973] - Message: Uncaught Error: Java Exception occurred [ERROR] : TiExceptionHandler: (main) [0,7973] - Source: serialized[k] = this[k]; [ERROR] : V8Exception: Exception occurred at ti:/titanium.js:315: Uncaught Error: Java Exception occurredscrollview.xml,
<Alloy> <Window> <View class="container" layout="vertical"> <ScrollView scrollType="vertical"> <Label id="text" text="Hello world"/> </ScrollView> </View> </Window> </Alloy>