yhknight / odata4j

Automatically exported from code.google.com/p/odata4j
0 stars 0 forks source link

Problems with odata4j-clientbundle-0.6.jar and Android above API level 10 #189

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.Use odata4j on Android devices running an API Level above 10 
2.Build odata4j-android example app for Android API 13, with minSDK=11 and 
targetSDK=13 using bundle odata4j-0.6.0-clientbundle
3.Run application on device/emulator with API level 11 or newer
4.Select Netflix or any other listed tests

What version of the product are you using? On what operating system?
I´m using odata4j-0.6.0-clientbundle on Android device/emulator

Please provide any additional information below.

I'm trying to use the library within an Android client application I´m working 
on. Everything works fine while running for Android API level 10 or lower. But 
when changing to API level 11 or newer the odata4j library crashes. I checked 
same scenario with the odata4j-android example app in case I had any bug in my 
development but same thing happened with the sample application. It only works 
for API level 10 and lower.

I'm attaching a log from the debugger output.

Original issue reported on code.google.com by mexpa...@gmail.com on 4 Jul 2012 at 6:08

Attachments:

GoogleCodeExporter commented 9 years ago
Read your stack trace.

http://android-developers.blogspot.com/2010/12/new-gingerbread-api-strictmode.ht
ml

Original comment by john.spurlock on 7 Jul 2012 at 7:20