Technology Blogs by SAP
Learn how to extend and personalize SAP applications. Follow the SAP technology blog for insights into SAP BTP, ABAP, SAP Analytics Cloud, SAP HANA, and more.
cancel
Showing results for 
Search instead for 
Did you mean: 
claudiapacheco
Product and Topic Expert
Product and Topic Expert
0 Kudos
2,133

The SP10 release has simplified the process of integrating MAF logon components into your project.If you want to know more about the new features, please visit this blog SMP SDK SP10 released - What is new ?

Once you have your Android Project created, follow these steps to include the MAF dependencies with SP10:

1. Right click on app and select New -> Module from the context menu

2. Select Import .JAR or .AAR Package.

Note: The 'aar' bundle is the binary distribution of an Android Library Project.

3. Click on the Browse button and navigate to the SMP 3.0 SDK installation folder and find the mafsettingscreen-res-xxx resource folder. Click on Next

<Client SDK dir>\NativeSDK\MAFReuse\Android\libraries\mafsettingscreen-xxx.aar

4. Repeat steps 1-3 to import mafuicomponents-xxx.aar

<Client SDK dir>\NativeSDK\MAFReuse\Android\libraries\ mafuicomponents-xxx.aar

5. Repeat steps 1-3 to import maflogonui-xxx.aar

<Client SDK dir>\NativeSDK\ODataFramework\Android\libraries\ maflogonui-xxx.aar

6. Repeat steps 1-3 to import MobilePlace-xxx.aar. MobilePlace jar was replaced by the .aar package, so it needs to be included in the same way as the MAF packages.

<Client SDK dir>\NativeSDK\ODataFramework\Android\libraries\ MobilePlace-xxx.aar

Your project should look like the image below

7. Right-click the dependent module and select Open -> Module Settings

8. Click the plus icon to add new dependencies

9. Select them all and click OK

10. Now you can import the rest of the libraries. Using the project view, copy the following jar libraries from the SDK installation folders and paste it into the libs folder in Android Studio

Notice that maflogonui.jar, mafuicomponent.jar, mafsettingscreen.jar and MobilePlace.jar does not longer exist. Once you include the .aar packages, you don’t need to include additional .jar libraries to your project.

  • AfariaSLL.jar
  • ClientHubSLL
  • ClientLog.jar
  • Common.jar
  • Connectivity.jar
  • CoreServices.jar
  • DataVaultLib.jar
  • E2ETrace.jar
  • HttpConvAuthFlows.jar
  • HttpConversation.jar
  • maflogger.jar
  • maflogoncore.jar
  • ODataAPI.jar
  • odataoffline.jar (offline store)
  • ODataOnline.jar (online store)
  • perflib.jar
  • Request.jar
  • sap-e2etrace.jar
  • SupportabilityFacade.jar
  • XscriptParser.jar

The rest is business as usual,

You can continue with step 4.6 Import SMP Libraries from this guide How To... Setup MAF resources in Android Studio

Hope this helps,

Claudia

8 Comments
Former Member
0 Kudos

Hi Claudia, this is a good tutorial I followed it but I found this way a little eassier Setting Up Android Studio for Native SDK Development - Developer - SAP Library  and I just have to do it one time for the all my apps. Thanks.

claudiapacheco
Product and Topic Expert
Product and Topic Expert
0 Kudos

Thanks Denis for sharing the link, it's good to know.

Former Member
0 Kudos

Thanks for the help. Was really scratching my head.

Former Member
0 Kudos

Thanks for your help Claudia .

I'm Returning to world SMP and this is first post That I read.

Excelent.  :smile:

former_member190010
Contributor
0 Kudos

Hi Caludia,

I've been able to add the aar files into my android project.

Now I am trying to use the MAF Logon module, and I cannot do it because it tells me that the "LogonUIFacade" is deprecated.

I am following the following post:

http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/201f502f-d7b9-3210-45a4-f0495c2e2...

Are you aware about which is the component that replaced the LogonUIFacade object?

Thanks in advance,

Emanuel

claudiapacheco
Product and Topic Expert
Product and Topic Expert
0 Kudos

Thanks Emanuel for the heads up. I recently noticed it. When I get more details I'll let you know.

former_member190010
Contributor
0 Kudos

Thanks Claudia.

Please keep me updated.

I am writing a blog about the he MAF Logon module and I want to share all the last information.

Regards,

Emanuel

Former Member
0 Kudos

Hi Claudia,

I am trying to develop android application using MAF Logon module in eclipse.SMP SDK which I used is SMP 3.0 SP11. I am unable to find the resource folder and .apklib files. Please help me.

Regards,

Ramakrishna.A