on 2024 Sep 05 3:05 PM
Hi Experts,
While doing MDK debugging setup for Sap Service and Asset Manager (SSAM) using MDK SDK 23.8.8, I am getting this error
Here are the software versions I am using:
MDK SDK: MDKCLNT23808P_8-80008652
MDK Plugin SDK: MDKPLG_SDK_AND00P_500-80008388
Asset Manager Branding SDK: ASSTMGRBRNDSDK00P_500-80008452
SSAM Metadata: 2310
I have also implement these two notes:
https://me.sap.com/notes/3499050
https://me.sap.com/notes/3480260
Kindly help.
Request clarification before answering.
Check your .mdkproject/App_Resources_Merge/app.gradle and make sure it contains the following and then try running create-client again.
android {
defaultConfig {
minSdkVersion 30
targetSdkVersion 34
}
}
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @bill_froelich, there is no build.gradle file in this directory. Should I create one and add these or can you share yours
There is no build.gradle in Android folder too
Hi @bill_froelich, I have downloaded the Asset Manager branding SDK ASSTMGRBRNDSDK00P_300-80008452 from SAP software center, but it does not contain build.gradle file
| User | Count |
|---|---|
| 17 | |
| 8 | |
| 8 | |
| 6 | |
| 4 | |
| 4 | |
| 3 | |
| 2 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.