Problem with CSV Parser (opening a file with it?) on Android

Hello again!

I need an CSV parser in my app to get data from an *.CSV file.
On win32 emulator it works well, the file is opened and the data is withdrawn.

I am using this parser: https://code.google.com/p/csv-parser-cplusplus/

Although I tried a lot of other parsers, I still can’t manage to show the
data on android.

As far as I am concerned, Android returned false when checked if the
parser opens the file (it was possible on some other “googled” CSV parser).

Thanks for any adivce!