cancel
Showing results for 
Search instead for 
Did you mean: 

Error during client build SSAM 2405: Could not find com.sap.cloud.android:fiori:7.1.8.

daniyal_dolare
Explorer
0 Kudos
177

Hi Experts,

I am building branded client using the following versions and I am getting the error on create-client-command step.

MDK SDK: MDKCLNT2404P_2-80009072

MDK Plugin SDK Android Extension: MDKPLG_SDK_AND00P_4-80008901

Asset Manager Brand SDK: ASSTMGRBRNDSDK00P_4-80008827

AssetManager Metadata: 2310/2405

The error is:

 

 

Build file 'D:\SAM_Debug_2405\MDKCLNT2404P_2-80009072\MDKClient_SDK\SSAM2405\platforms\android\app\build.gradle' line: 589
A problem occurred configuring project ':app'.
Could not find com.sap.cloud.android:fiori:7.1.8.
Required by:
    project :app


Note: D:\SAM_Debug_2405\MDKCLNT2404P_2-80009072\MDKClient_SDK\SSAM2405\platforms\tempPlugin\ui_material_core_tabs\src\main\java\com\nativescript\material\core\BottomNavigationBar.java uses or overrides a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Command gradlew.bat failed with exit code 1

Error: Failed to run ns build android

 

 

 

daniyal_dolare_0-1726820882599.png

'''

Build file 'D:\SAM_Debug_2405\MDKCLNT2404P_2-80009072\MDKClient_SDK\SSAM2405\platforms\android\app\build.gradle' line: 589
A problem occurred configuring project ':app'.
Could not find com.sap.cloud.android:fiori:7.1.8.
Required by:
project :app


Note: D:\SAM_Debug_2405\MDKCLNT2404P_2-80009072\MDKClient_SDK\SSAM2405\platforms\tempPlugin\ui_material_core_tabs\src\main\java\com\nativescript\material\core\BottomNavigationBar.java uses or overrides a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Command gradlew.bat failed with exit code 1

Error: Failed to run ns build android

'''

Thanks

View Entire Topic
bill_froelich
Product and Topic Expert
Product and Topic Expert
0 Kudos

Please make sure you are using the correct combination of MDK version and SSAM MDK Plug in versions.  You mention using MDK 24.4.2 but the plugin version it looks like you are using is 2405.0.4 which is for use with MDK 24.4.3.

Please either download the 2405.0.3 Android plugin to use with MDK 24.4.2 or upgrade to MDK 24.4.3 and use the version you have.

The compatibility matrix can be found here.

daniyal_dolare
Explorer
0 Kudos
Hi Bill, I am not able to find the 2405.0.3 Android plugin in software center. There is only 2405.0.0 and 2405.0.4. Also I tried with MDK 24.4.3 with 2405.0.4 extension and it worked for me.