Join Slack
Communities
Powered by
I’m trying to build a Kotlin/native app for Androi...
# kotlin-native
r
Richard Myers
03/23/2020, 10:56 AM
I’m trying to build a Kotlin/native app for Android that accesses my own C library via cinterop. Any suggestions about a good example/sample to use? I’m currently trying to modify this one:
https://github.com/JetBrains/kotlin-native/tree/master/samples/androidNativeActivity
Richard Myers
03/23/2020, 2:37 PM
I think the part I’m missing is how to get the libMyLib.so file I created to be installed in the .apk and then loaded from the kotlin main function.
4
Views
Open in Slack
Previous
Next