Help related To using External library

I try to build an extension related to paytm and i have downloaded its jar file and added it at :- C:\Users\Utkarsh\appinventor-sources\appinventor\build\components\deps

and now try to import
import com.paytm.pgsdk.PaytmOrder;
import com.paytm.pgsdk.PaytmPGService;
import com.paytm.pgsdk.PaytmPaymentTransactionCallback;

but its shows error…
mintty_ini2fj8Bc2

follow the extensions document chapter 3.2.3 and the How to Add a Component document chapter 4h

Taifun


Trying to push the limits! Snippets, Tutorials and Extensions from Pura Vida Apps by Taifun.

1 Like

i am not understand this :-

Hi,
You might want to check out the following thread :point_down:

1 Like

see how it is done with for example the twitter libraries
Taifun

2 Likes

thanks for help i got it.