How to create extension with external SDK

Hello guys i was trying to build extension for Razorpay custom checkout for that i need to use razorpay SDK. You can check there docs here

I downloaded razorpay-android-3.8.8.aar file from there documentation. But my doubt is how can i use that .aar file to create my extention.

You need a .jar file to use custom libraries. See here:

1 Like

How can i get .jar file?

Look on the internet

I got only .aar file from internet

then there is no way

Open the aar file by WinRAR or winzip and you will found the jar inside the aar file.

I found classes.jar file then what can i do

Use the classes.jar

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.