StreamingAssets on Android from local device

I want to load Assetbundles from a local StreamingAssets Folder on Android. How can i do that? Only loading Assetbundles form a webserver works. I have a lot of textures and Meshes in AssetBundles in the StreamingAssets folder but i have no success loading them on Android localy i even don't know where to look after them on Android devices. I expect a similar behavior seen on iphone.

Is that feature pending?

I met the same Problem as U. Feel So Sad.

have you tried to set up a ftp server on your machine, then use ftp protocol with the WWW class?

this is just a shot in the dark, but i think it should work.