cancel
Showing results for 
Search instead for 
Did you mean: 

SAP MDK create-client fails with "Failed to build plugin @nativescript-community/ui-material-core"

Vishal5
Explorer
0 Kudos
406

Hello Experts,

I was facing issue while creation of custom client. Currently using MDK_SDK_24_7_0_001. Attached error screenshot. I have tried with different JDK version, but issue is same.

Regards,

Vishal

xiang_cai
Employee
Employee
from the error log, it seems the network issue. please try use browser (e.g. Chrome) to access the links in the error log, e.g. https://dl.google.com/dl/android/maven2/androidx/arch/core/core-common/2.1.0/core-common-2.1.0.pom if can access, then try again, otherwise check your network setting, e.g. proxy setting, ...
xiang_cai
Employee
Employee
another reason may be related cache, because use windows machine, please Delete all the contents of below directories: C:\Users\{your USER_NAME}\.android\build-cache C:\Users\{your USER_NAME}\.android\cache C:\Users\{your USER_NAME}\.gradle\caches PS. please change {your USER_NAME} to your real use name

Accepted Solutions (1)

Accepted Solutions (1)

Vishal5
Explorer
0 Kudos

Thanks @xiang_cai, Now I am able to build custom client.

Answers (2)

Answers (2)

Vishal5
Explorer
0 Kudos

Hello @Jitendra_Kansal 
Attached Dependency check from MDK dependency installer

Jitendra_Kansal
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hello, 

Could you check and confirm if you have all the required dependencies installed on your machine? Please check it via MDK dependency installer.

Vishal5
Explorer
0 Kudos
Sure