문제

I would like to add apklibs file to the dependencies of my project. Is it possible?

I'm using IntelliJ without Maven.

Thank you

도움이 되었습니까?

해결책

Extract apklib into some directory and import a new module from the existing sources, this module should be Android library module that you can add to the dependencies of your app.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top