- i have given required permission :
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" /> - hard-coded the path as
"/sdcard/filename".
I guess Nexus don’t have external SD support but S2 has, that I think might cause a problem in getting the path. How should I handle such a case gracefully?
On each Android Device you can get the path to the external storage like this
I’ve a Nexus device and it works – also on my old milestone