Assetbundle unuseful for Android

hi,
I have a question,show code:

TestData.assetbundle can load follow code:

ok, question is coming,LoadData working good on PC Standalone,but…not work on Android:(
I already change the path:“jar:file://” + Application.dataPath + “!/assets/” + “TestData.assetbundle”;

File requires three slashes to be perfect (file:///). Unfortunately two slashes work on PCs.

Harry