dirdefaultexternal

  1. E

    Spanish Crear directorios en DirDefaultExternal nuevos Android

    Hola, buenas... Acabo de cambiar de movil y tengo unos programas que voy pasando de un teléfono a otro desde hace años. Resulta que con las nuevas versiones de Android, en este caso 11, al ejecutar el programa, no se crea por defecto el directorio de trabajo "DirDefaultExternal", como es la...
  2. F

    Android Question File.DirDefaultExternal

    Hi all, I'm improving my app for to save and open PDF file With android:targetSdkVersion="14" was fine, but after increase targetSdkVersion to 26 not work In the past I saved and read directly from DirRootExternal but now I cannot. Now I'm using DirDefaultExternal but when I try to read the...
  3. rleiman

    Android Question [SOLVED] DirDefaultExternal crashes app

    Hi Everyone, Can you tell me why the code I have commented out crashes my app but the uncommented code works? I also have over 9gb free storage on the external card. Thanks. kvs.Initialize(File.DirInternal, "Settings") ' kvs.Initialize(File.DirDefaultExternal, "Settings")
Top