Working on a Cocossharp application under Xamarin, I test it in Xamarin Android Player.
It works but I need to upload json files from Emulator File System to my application.
I did not find solution to upload files from the pc to the emulated device (Nexus 5 Lolipop 5.1.1).
I transfered my json files to Google Drive.
I connected to Google Drive to access my files from de emulator.
I dowloaded files to the emulator.
In google drive my file name is ECG01.json
In the device, the file name become an ununderstandable file name dot bin.
When I try to open it, the emulator display an error : can't open file.
Is there a solution to transfert files unchanged to the emulated device ?