java.lang.UnsatisfiedLinkError when using agora.io Server Gateway Java SDK
I am building a simple demo with agora.io Server Gateway Java SDK.
I am using maven that downloads the lib linux-sdk-4.0.1.jar.
https://mvnrepository.com/artifact/io.agora.rtc/linux-sdk/4.0.1
Inside the jar I see the linux lib so.
my application isn’t building it shows the error of the Cmake even though i have installed the cmake still i am not able to build the application
Running Gradle task ‘assembleDebug’…
Checking the license for package CMake 3.18.1 in C:UsersAsusAppDataLocalAndroidsdklicenses
License for package CMake 3.18.1 accepted.
Preparing “Install CMake 3.18.1 (revision: 3.18.1)”.
Warning: Failed to read or create install properties file.
Authentication failed Agora.io on Chat-SDK
I am implementing Chat-SDK from Agora.io. I am generating user token using npm libarary agora-token in a Node.js service, I execute