Hi, I downloaded Delphi 10.2.3 trial in order to test it for Android developement. Unfortunately I can't built any projects at all as I constantly get the same error: "C:\Users\Guru\AppData\Roaming\Embarcadero\BDS\19.0\AndroidManifest.xml" not found.
Indeed the AndroidManifest.xml is not there...
SDK + NDK + Java are properly installed. New installation of RAD studio did not help. What am I doing wrong?
Original error-message is: [MSBuild Fehler] The "CreateAndroidManifestFile" task failed unexpectedly.System.IO.FileNotFoundException: Die Datei "C:\Users\Guru\AppData\Roaming\Embarcadero\BDS\19.0\AndroidManifest.xml" konnte nicht gefunden werden.Dateiname: "C:\Users\Guru\AppData\Roaming\Embarcadero\BDS\19.0\AndroidManifest.xml" bei System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath) bei System.IO.File.InternalCopy(String sourceFileName, String destFileName, Boolean overwrite) bei Borland.Build.Tasks.Shared.CreateAndroidManifestFile.genManifestFile() bei Borland.Build.Tasks.Shared.CreateAndroidManifestFile.Execute() bei Microsoft.Build.BuildEngine.TaskEngine.ExecuteInstantiatedTask(EngineProxy engineProxy, ItemBucket bucket, TaskExecutionMode howToExecuteTask, ITask task, Boolean& taskResult)