Intellij Android plugin and static libraries
Hello dear JetBrains,
I'm a happy user of Intellij doing Android development.
I'd like to know whether it's possible to link a static library (e.g. .a file) created with NDK into an Android Java project.
If yes, how?
If not, is this planned?
Thank you,
George.
请先登录再写评论。
Can you clarify the problem? AFAIK, you should use .so (shared libraries) that are placed into the libs directory and loaded from your Java code.
What do you want to achieve by using .a files? Is it supported by the Android SDK/NDK?