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

Ok lo voy a intentar, pero me doy cuenta que no solo es eso, creo que son mas lineas, ya que al entrar a otros .pas, me marca mas errores
lo que he intentado es hacerle un Deploy antes de que compile y tambien me marco error al crear el manifest

[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)


Así que ya no se que es lo que esta fallando, estuve investigando y al parecer también puede ser que no se haya instalado correctamente el sdk, ¿Alguna vez has o han experimentado algo similar? y si es así ¿Como lo solucionaron?, aun no puedo resolverlo
Responder Con Cita