Android Question aar file question

walterf25

Expert
Licensed User
Longtime User
Hi all, i found this thread by @corwin42 and @Erel, on this thread he mentions something about adding a dependency to his project.

the post can be found here.

He mentions this exactly:

You need to add a dependency on: com.android.support:recyclerview-v7

question is, how do you do this, how do you add a dependency?

Regards,
Walter





 

DonManfred

Expert
Licensed User
Longtime User
Add this in your B4A Code
B4X:
#additionaljar: com.android.support:recyclerview-v7
 
Last edited:
Upvote 0

walterf25

Expert
Licensed User
Longtime User
Upvote 0
Top