I want to add jars for sdks in my extension that i am building using rush.... but i have this very basic question where can i find jars please help me
For eg. If I want to add admob library where can i find jar for it
Are they safe
1 Like
Yes, they're safe.
1 Like
But how can I download jar files for sdk such as admob or onesignal?
As mvnrepository doesn't offer jars for some library on aar... and aar can't be used with rush
Open the .aar file with any zip viewer and extract the classes.jar
and use it with rush.
1 Like
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.