Kastri icon indicating copy to clipboard operation
Kastri copied to clipboard

[GoogleSignin] manifestmerge giving error code 3

Open kmarbach opened this issue 1 year ago • 4 comments

I have the current version of Kastri. I had D11.1 installed and was getting this error when I compiled the GoogleSignInDemo for 32-bit android:

[Exec Error] The command "\Tools\manifestmerge AndroidManifest.merge.xml Android\Debug\AndroidManifest.xml" exited with code 3.

I completely removed Delphi and installed D12 2 days ago. Getting same error.

I tried several of the other demos, and while the barcode reader is wonky for me, it does compile and run on my Samsung phone.

I get the same error trying to compile for 64-bit:

[Exec Error] The command "\Tools\manifestmerge AndroidManifest.merge.xml Android64\Debug\AndroidManifest.xml" exited with code 3.

Can you point me in the right direction for a solution? I haven't found anything online that addresses this.

kmarbach avatar Feb 07 '24 17:02 kmarbach

I've pushed a fix for the paths.

DelphiWorlds avatar Feb 07 '24 18:02 DelphiWorlds

It compiles and runs now. Gives me "Signin Error - 10: 10:" but at least it is running. Thank you very much!

kmarbach avatar Feb 07 '24 20:02 kmarbach

You will need to make sure you follow the steps at Getting Started with the Google SignIn SDK, here. Please just focus on that section, as the rest of the information is out of date.

DelphiWorlds avatar Feb 07 '24 20:02 DelphiWorlds

Thank you - I will check that out.

kmarbach avatar Feb 07 '24 21:02 kmarbach