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
373

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
View Entire Topic
Vishal5
Explorer
0 Kudos

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