Ver Mensaje Individual
  #1  
Antiguo 11-07-2024
bennett.mtz bennett.mtz is offline
Miembro
 
Registrado: jul 2024
Posts: 10
Reputación: 0
bennett.mtz Va por buen camino
Exclamation Error en CreateManifestFile

Hola de nuevo amigos, anteriormente abrí dos hilos para ver que podría hacer en ya que mi proyecto no compilaba, retomando mis anteriores hilos, los pongo en contexto.

Estoy tratando de migrar mi proyecto de Delphi 10.3 a Delphi 12.1, ya que necesitamos nuestra aplicación en Android 14, anteriormente no compilaba el proyecto por varias razones que ya fueron resueltas, ahora al darle un "build" compila perfectamente, pero cuando lo quiero ejecutar en Android ya sea de 32 o de 64 bits, me sale este error a la hora que llega a la parte del deploy:

Código Delphi [-]
[MSBuild Error] The "CreateAndroidManifestFile" task failed unexpectedly.
System.NotSupportedException: The given path's format is not supported.
   at System.Security.Permissions.FileIOPermission.EmulateFileIOPermissionChecks(String fullPath)
   at System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost)
   at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, FileOptions options, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost)
   at System.IO.StreamWriter.CreateFile(String path, Boolean append, Boolean checkHost)
   at System.IO.StreamWriter..ctor(String path, Boolean append, Encoding encoding, Int32 bufferSize, Boolean checkHost)
   at System.IO.StreamWriter..ctor(String path, Boolean append)
   at Borland.Build.Tasks.Shared.CreateAndroidManifestFile.genManifestFile()
   at Borland.Build.Tasks.Shared.CreateAndroidManifestFile.Execute()
   at Microsoft.Build.BuildEngine.TaskEngine.ExecuteInstantiatedTask(EngineProxy engineProxy, ItemBucket bucket, TaskExecutionMode howToExecuteTask, ITask task, Boolean& taskResult)



El error es claro, no esta bien la ruta del manifest, pero ya he validado la ruta muchas veces y para mi es correcta, pero no estoy seguro si estoy revisando la ruta correcta, si alguien puede guiarme o si les ha sucedido algo similar, me seria de mucha ayuda, muchas gracias.
Responder Con Cita