I am new to JSON. I followed this tutorial to create sample app. When i try to copy the code to my eclipse it show error.
Call requires API level 9 (current min is 8): android.os.StrictMode#setThreadPolicy
Please advice. Thanks
Go to the android AndroidManifest.xml
In your File it is 8
<uses-sdk android:minSdkVersion="8" />
Change The SDK version to 9 like shown below
<uses-sdk android:minSdkVersion="9" />
2.1m questions
2.1m answers
60 comments
57.0k users