M
M
memabeda2021-10-27 12:59:55
Android
memabeda, 2021-10-27 12:59:55

How to import aar library in android studio?

Hello, I apologize in advance if I misunderstood.
I have an .aar archive, it's like a library. Here is the link for anyone interested: https://dropmefiles.com/yoGwS
I'm interested in whether it can be imported into the android studio project so that it is supposedly "unzipped" and imports can be made from it by type

import com.flashphoner.fpwcsapi.Flashphoner;
import com.flashphoner.fpwcsapi.bean.Connection;
import com.flashphoner.fpwcsapi.bean.Data;
import com.flashphoner.fpwcsapi.bean.StreamStatus

The creator has instructions on how to do this for ready-made examples with this link, and for this he wrote a bash script that automatically imports everything, but I did not find instructions on how to import manually through Android Studio.
Can someone please advise me how to deal with this?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
O
one pavel, 2021-10-27
@onepavel

https://stackoverflow.com/questions/16682847/how-t...

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question