cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Issue in the Building SAP Asset Manager Client2405(Could not find com.sap.cloud.android:fiori:7.1.8)

a_kingston
Explorer
0 Kudos
341

Hello Team,

I'm trying to build SAP Service and Asset Manager client 2405 for Android on Windows 11 but I get an "Error: Failed to run ns build android" with below error. Could anyone please provide some insights or suggestions to resolve this issue?

Screenshot 2024-09-06 153506.png

using versions -
1. SAM Metadata 2405 - (ASSETMGRMD240500P_4-80009241)
2. MDK Plugin-SDK (SAM Extensions) 2405.0.4 - (MDKPLG_SDK_AND00P_4-80008901)

3. MDK 24.4.3 - (MDKCLNT23808P_7-80008652 (2))
4. ASSTMGRBRNDSDK00P_4-80008827


Thank you very much in advance,
Kingston. A

SAP BTP, Kyma runtime SAP Field Service Management SAP Maintenance Assistant mobile app mobile development kit client SAP Mobile Asset Management SAP Mobile Services SAP ERP, add-on for mobile integration

Accepted Solutions (0)

Answers (1)

Answers (1)

oliver_kaluscha
Participant
0 Kudos

Hi,

I had the same issue. I had to remove the version from uuid in MSProject.JSON, so the line does look like this now:

"NPMPlugins": ["uuid", "nativescript-dev-xcode", "@nativescript/hook", "xml-js", "stream", "buffer", "emitter"], 

After this the build did work fine and I am able to run android client again.

Hope it solves your issue as well.

Regards, Oliver

daniyal_dolare
Explorer
0 Kudos
Hi, I am also facing the issue but it didn't solved after removing version from uuid. I got node:crypt error after removing uuid version. Any other solution? @oliver_kaluscha @a_kingston