Sd card in emulator

volvomann

Active Member
Licensed User
Longtime User
Beginner's Guide Edition 2.1 page 87

Best regards.
Ok thank you now i have added sd car
Cant i use tis code on emulator (it works ok on devices) but in emulatator it says Cannot write on storage card


B4X:
If File.ExternalWritable = False Then
        Msgbox("Cannot write on storage card.", "")
        Return
    End If
 
Upvote 0

volvomann

Active Member
Licensed User
Longtime User
In my Emulators it works OK.
When you created the Emulator did you click on the New button to activare Sd card support ?

Best regards.
No i did not. but that is not the problem i did not set the size of the card, No it works thanks for the help;
 
Upvote 0
Top