Quantcast
Channel: Appcelerator Developer Center Q&A Unanswered Questions 20
Viewing all articles
Browse latest Browse all 8068

Android ScrollView Java Exception

$
0
0

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 occurred
scrollview.xml,
<Alloy>
    <Window>
        <View class="container" layout="vertical">
            <ScrollView scrollType="vertical">
                <Label id="text" text="Hello world"/>
            </ScrollView>
        </View>
    </Window>
</Alloy>

Viewing all articles
Browse latest Browse all 8068

Trending Articles