You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I downloaded all the tar.gz files and extracted them, using the instructions that they provide in their manual, which basically are:
cat Android_12.tar.gz0*> Android_12.tar.gz
tar -xvf Android_12.tar.gz
After extraction the WiringOP application could be found in packages/app/WiringOP. Inside of this folder, you can find the source code of the app itself, as well the source code for the wiringOP library, and the Android.mk file for building the library.
What I basically did to generate the .so files, was to open the package/app/WiringOP in Android Studio and build the .apk, which on completion contained inside the .so files that I was able to extract and move to my other projects.
Also in the source of the WiringOP android app, you can see an example of how this library is used.
Hello guys i want use this library in Android - but i dont know what i need to do for compile in crosscompiler using NDK
The text was updated successfully, but these errors were encountered: