cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Help with Agentry OpenUI for Android Project Setup

emanuele_matino
Participant
0 Likes
770

Hi all!

In the guide on Help Sap at the link https://help.sap.com/viewer/42dc90f1e1ed45d9aafad60c80646d10/3.0.15/en-US/7c128ed6700610148958e58845...

into the procedure the step 5 talking about to set the Android SDK and NDK Location in this way:

  • SDK:
    /Users/<user_ID>/.xmake/tools/com.google.download.android/android-sdk-macosx/24.4/android-sdk-macosx
  • NDK
    /Users/<user_ID>/.xmake/tools/com.google.download.android/android-ndk/r13b/android

but now xmake is obsolete, or is wrong this information? Is cmake the same thing of xmake ?

Can you give me some suggest about the setting of Android Studio?

Thanks in advance.

Regards

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

As Chung indicated, Xmake is an SAP internal only tool chain. You do not need it to build the Android client.

The correct process will be to set your SDK and NDK locations based on where you have installed these on your local machine. As indicated in the instruction, you may also need to download additional required components when prompted.

Ideally the documentation on that page needs to be updated to clarify the setup steps.

--Bill

emanuele_matino
Participant
0 Likes

Hi Bill,

then I'll install the SDK and NDK suggested by the installation wizard of Android Studio.

Thanks !

Regards.