Android Question These two strings appear identical but...

Marcob

Member
Licensed User
Longtime User
...when you use them in mediaplayer the results are very different!

I have attached a simple program where you find two strings (pgdir and pgdir2) that seems identical but
the instruction:

mp.Load(pgdir,pguri)

fails with the following log:
java.io.IOException: Prepare failed.: status=0x1

whereas the instruction:

mp.Load(pgdir2,pguri)

works as expected.

Is there anyone who has an idea of the reason for this strange behavior ?

P.S.
I'm using BA v.2.71
 

Attachments

  • Ringtone2.zip
    2.5 KB · Views: 227
Top