Ver Mensaje Individual
  #25  
Antiguo 31-10-2018
Avatar de noshy
noshy noshy is offline
Miembro
 
Registrado: jul 2003
Posts: 139
Reputación: 21
noshy Va por buen camino
Hola delphiteros, como están?, he probado la solución de jhonalone, pero me genera error en el provider:


Código:
        <provider
            android:name="android.support.v4.content.FileProvider"
            android:authorities="com.Embarcadero.nombre-de-tu-programa.fileprovider"
            android:exported="false"
            android:grantUriPermissions="true">
 ERROR AQUI -> <meta-data android:name="android.support.FILE_PROVIDER_PATHS" android:resource="@xml/provider_paths"/>  
        </provider>

El error es el siguiente:

Código Delphi [-]
[PAClient Error] Error: E2312 Z:\03-App Transmitaxi Movil\Android\Release\TransmitaxiMovil\AndroidManifest.xml:42: error: Error: No resource found that matches the given name (at 'resource' with value '@xml/provider_paths').

el archivo provider_paths.xml esta en el deployment, lo único es que puse como carpeta destino .\assets\internal\ ya que no especifica donde apuntarlo.

A alguien le funcionó??

Saludos
__________________
\_--> NoShY <--_/
Responder Con Cita