ggwave-java icon indicating copy to clipboard operation
ggwave-java copied to clipboard

is the library loaded, e.g. System.loadLibrary?

Open risharde opened this issue 2 months ago • 2 comments

Hi, so I'm trying to get a working prototype going so I built a new Android app with the lastest Android Studio and tried to painstakingly immitate the structure found from this example but got this:

java.lang.UnsatisfiedLinkError: No implementation found for void com.risharde.callmessenger.MainActivity.initNative() (tried Java_com_risharde_callmessenger_MainActivity_initNative and Java_com_risharde_callmessenger_MainActivity_initNative__) - is the library loaded, e.g. System.loadLibrary?

This is on Windows by the way. I wish I could somehow give you more information but even the example project does not build successfully on the latest Android Studio

Is it possible that this project will be updated to work with the latest Android Studio?

risharde avatar May 06 '24 20:05 risharde