2024 Nov 28 4:11 PM - edited 2024 Nov 28 4:12 PM
Hi Experts,
I have setup SSAM debuging setup on windows desktop with VS code and Android simulator.
My new changes done in VS code are not reflecting on my Andriod simulator, changes were reflecting previously but it is not working after i maintained the BaseProject name in MDKProject.json file and built SSAM client.
"BaseProject": "SAPAssetManager",
Do i need to maintain anything for custom project in MDKProject.json file.
bill_froelich & muhammad_rafay Can you please help with this issue.
Thanks
Madhukar G
Request clarification before answering.
Assuming you are directly bundling to the simulator, the one key thing to make sure is that you did not download definitions from App Update. Changes directly bundled from VSCode to the simulator are not used if you have downloaded from App Update.
The Base Project value is only used during create client to find the app metadata if it is stored in a subfolder under the .mdkproject/metadata folder. The metadata in the Base Project location is bundled and copied to the client as branded metadata. Assuming you have the launch.json pointing to your simulator, when bundling from VSCode the metadata is copied over the client branded metadata.
If you don't have an "ns run android --emulator" running in a terminal/command prompt to watch the client location you would need to relaunch your client onto the simulator to pickup the new branded metadata. If it is running then it normally would relaunch the client on the simulator automatically.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
52 | |
6 | |
6 | |
6 | |
5 | |
4 | |
3 | |
3 | |
3 | |
3 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.