How to Load Asset Bundle on Android ?

Hello, I have Successfully followed this http://docs.unity3d.com/Manual/DownloadingAssetBundles.html and downloaded an Asset Bundle from Internet on Mac Unity Editor, Now I don’t know why it doesn’t work on an Android Device, Here is my empty project with the code: https://dl.dropboxusercontent.com/u/24078452/LoadFromWeb.zip

Any Clue?

Keep in mind that you have to build your asset bundles for a specific platform. Assetbundles for standalone builds aren’t compatible with Android. You have to build seperate assetbundles for Android.

See the Assetbundles FAQ and scroll down to “Are AssetBundles cross-platform?”