Closed GoogleCodeExporter closed 8 years ago
ps:i checked the version of sdk .i used these:
<uses-sdk
android:minSdkVersion="8"
android:targetSdkVersion="18" />
and i am sure my devices connected to the internet.but when device with android
2.3.6 disconnect from internet the programs do like 4.1.2 and 4.2.2.
forexample for the number 3 logcat shows this error : nominatimpoiprovider
request failed
Original comment by arabi.gh...@gmail.com
on 13 Jan 2014 at 10:43
Look at the "important note" in Tutorial_1: if you followed the tutorials, you
probably do the network calls in the main thread, which is not allowed since
SDK 3.0.
Either use Async tasks (recommended - see OSMBonusPackDemo source code for
examples), or target an SDK version <= 9.
Original comment by mathieu....@gmail.com
on 14 Jan 2014 at 9:20
Original comment by mathieu....@gmail.com
on 14 Feb 2014 at 3:34
Original issue reported on code.google.com by
arabi.gh...@gmail.com
on 12 Jan 2014 at 3:23